Searched refs:getRawBaseType (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
| H A D | LLVMContextImpl.h | 487 BaseType(N->getRawBaseType()), SizeInBits(N->getSizeInBits()), 495 Scope == RHS->getRawScope() && BaseType == RHS->getRawBaseType() && 591 BaseType(N->getRawBaseType()), SizeInBits(N->getSizeInBits()), 605 Scope == RHS->getRawScope() && BaseType == RHS->getRawBaseType() &&
|
| H A D | Verifier.cpp | 1038 if (auto *T = N.getRawBaseType()) { in visitDIDerivedType() 1053 AssertDI(isType(N.getRawBaseType()), "invalid base type", &N, in visitDIDerivedType() 1054 N.getRawBaseType()); in visitDIDerivedType() 1095 AssertDI(isType(N.getRawBaseType()), "invalid base type", &N, in visitDICompositeType() 1096 N.getRawBaseType()); in visitDICompositeType()
|
| H A D | DebugInfoMetadata.cpp | 1029 RawType = DT->getRawBaseType(); in getSizeInBits()
|
| H A D | AsmWriter.cpp | 2044 Printer.printMetadata("baseType", N->getRawBaseType(), in writeDIDerivedType() 2067 Printer.printMetadata("baseType", N->getRawBaseType()); in writeDICompositeType()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
| H A D | DebugInfoMetadata.h | 984 DIType *getBaseType() const { return cast_or_null<DIType>(getRawBaseType()); } in getBaseType() 985 Metadata *getRawBaseType() const { return getOperand(3); } in getRawBaseType() function 1180 DIType *getBaseType() const { return cast_or_null<DIType>(getRawBaseType()); } in getBaseType() 1193 Metadata *getRawBaseType() const { return getOperand(3); } in getRawBaseType() function
|