Searched refs:getRawBaseType (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/IR/ |
| H A D | LLVMContextImpl.h | 550 BaseType(N->getRawBaseType()), SizeInBits(N->getSizeInBits()), 558 Scope == RHS->getRawScope() && BaseType == RHS->getRawBaseType() && 657 BaseType(N->getRawBaseType()), SizeInBits(N->getSizeInBits()), 671 Scope == RHS->getRawScope() && BaseType == RHS->getRawBaseType() &&
|
| H A D | Verifier.cpp | 1130 if (auto *T = N.getRawBaseType()) { in visitDIDerivedType() 1145 CheckDI(isType(N.getRawBaseType()), "invalid base type", &N, in visitDIDerivedType() 1146 N.getRawBaseType()); in visitDIDerivedType() 1188 CheckDI(isType(N.getRawBaseType()), "invalid base type", &N, in visitDICompositeType() 1189 N.getRawBaseType()); in visitDICompositeType()
|
| H A D | DebugInfoMetadata.cpp | 1251 RawType = DT->getRawBaseType(); in getSizeInBits()
|
| H A D | AsmWriter.cpp | 2031 Printer.printMetadata("baseType", N->getRawBaseType(), in writeDIDerivedType() 2054 Printer.printMetadata("baseType", N->getRawBaseType()); in writeDICompositeType()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
| H A D | DebugInfoMetadata.h | 1031 DIType *getBaseType() const { return cast_or_null<DIType>(getRawBaseType()); } in getBaseType() 1032 Metadata *getRawBaseType() const { return getOperand(3); } in getRawBaseType() function 1216 DIType *getBaseType() const { return cast_or_null<DIType>(getRawBaseType()); } in getBaseType() 1229 Metadata *getRawBaseType() const { return getOperand(3); } in getRawBaseType() function
|