Searched refs:getRawBaseType (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | LLVMContextImpl.h | 501 BaseType(N->getRawBaseType()), SizeInBits(N->getSizeInBits()), 509 Scope == RHS->getRawScope() && BaseType == RHS->getRawBaseType() && 608 BaseType(N->getRawBaseType()), SizeInBits(N->getSizeInBits()), 622 Scope == RHS->getRawScope() && BaseType == RHS->getRawBaseType() &&
|
| H A D | Verifier.cpp | 1101 if (auto *T = N.getRawBaseType()) { in visitDIDerivedType() 1116 CheckDI(isType(N.getRawBaseType()), "invalid base type", &N, in visitDIDerivedType() 1117 N.getRawBaseType()); in visitDIDerivedType() 1159 CheckDI(isType(N.getRawBaseType()), "invalid base type", &N, in visitDICompositeType() 1160 N.getRawBaseType()); in visitDICompositeType()
|
| H A D | AsmWriter.cpp | 2006 Printer.printMetadata("baseType", N->getRawBaseType(), in writeDIDerivedType() 2029 Printer.printMetadata("baseType", N->getRawBaseType()); in writeDICompositeType()
|
| H A D | DebugInfoMetadata.cpp | 1187 RawType = DT->getRawBaseType(); in getSizeInBits()
|
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | DebugInfoMetadata.h | 992 DIType *getBaseType() const { return cast_or_null<DIType>(getRawBaseType()); } in getBaseType() 993 Metadata *getRawBaseType() const { return getOperand(3); } in getRawBaseType() function 1175 DIType *getBaseType() const { return cast_or_null<DIType>(getRawBaseType()); } in getBaseType() 1188 Metadata *getRawBaseType() const { return getOperand(3); } in getRawBaseType() function
|