Searched refs:getRawBaseType (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/IR/ |
| H A D | LLVMContextImpl.h | 558 BaseType(N->getRawBaseType()), SizeInBits(N->getSizeInBits()), 566 Scope == RHS->getRawScope() && BaseType == RHS->getRawBaseType() && 665 BaseType(N->getRawBaseType()), SizeInBits(N->getSizeInBits()), 679 Scope == RHS->getRawScope() && BaseType == RHS->getRawBaseType() &&
|
| H A D | Verifier.cpp | 1196 if (auto *T = N.getRawBaseType()) { in visitDIDerivedType() 1211 CheckDI(isType(N.getRawBaseType()), "invalid base type", &N, in visitDIDerivedType() 1212 N.getRawBaseType()); in visitDIDerivedType() 1254 CheckDI(isType(N.getRawBaseType()), "invalid base type", &N, in visitDICompositeType() 1255 N.getRawBaseType()); in visitDICompositeType() 1303 CheckDI(N.getRawBaseType(), "array types must have a base type", &N); in visitDICompositeType()
|
| H A D | AsmWriter.cpp | 2089 Printer.printMetadata("baseType", N->getRawBaseType(), in writeDIDerivedType() 2112 Printer.printMetadata("baseType", N->getRawBaseType()); in writeDICompositeType()
|
| H A D | DebugInfoMetadata.cpp | 1328 RawType = DT->getRawBaseType(); in getSizeInBits()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | DebugInfoMetadata.h | 1042 DIType *getBaseType() const { return cast_or_null<DIType>(getRawBaseType()); } in getBaseType() 1043 Metadata *getRawBaseType() const { return getOperand(3); } in getRawBaseType() function 1227 DIType *getBaseType() const { return cast_or_null<DIType>(getRawBaseType()); } in getBaseType() 1240 Metadata *getRawBaseType() const { return getOperand(3); } in getRawBaseType() function
|