| 790 | } |
| 791 | |
| 792 | StructType const* CUImpl::getStructType(StringRef Name) const |
| 793 | { |
| 794 | return getCompositeType<StructType>(CompositeTys_, Name); |
| 795 | } |
| 796 | |
| 797 | UnionType const* CUImpl::getUnionType(StringRef Name) const |
| 798 | { |
nothing calls this directly
no outgoing calls
no test coverage detected