Home
last modified time | relevance | path

Searched refs:getRawBaseType (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContextImpl.h563 BaseType(N->getRawBaseType()), SizeInBits(N->getSizeInBits()),
572 Scope == RHS->getRawScope() && BaseType == RHS->getRawBaseType() &&
672 BaseType(N->getRawBaseType()), SizeInBits(N->getSizeInBits()),
686 Scope == RHS->getRawScope() && BaseType == RHS->getRawBaseType() &&
H A DVerifier.cpp1242 if (auto *T = N.getRawBaseType()) { in visitDIDerivedType()
1257 CheckDI(isType(N.getRawBaseType()), "invalid base type", &N, in visitDIDerivedType()
1258 N.getRawBaseType()); in visitDIDerivedType()
1300 CheckDI(isType(N.getRawBaseType()), "invalid base type", &N, in visitDICompositeType()
1301 N.getRawBaseType()); in visitDICompositeType()
1349 CheckDI(N.getRawBaseType(), "array types must have a base type", &N); in visitDICompositeType()
H A DAsmWriter.cpp2166 Printer.printMetadata("baseType", N->getRawBaseType(), in writeDIDerivedType()
2199 Printer.printMetadata("baseType", N->getRawBaseType()); in writeDICompositeType()
H A DDebugInfoMetadata.cpp1338 RawType = DT->getRawBaseType(); in getSizeInBits()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1083 DIType *getBaseType() const { return cast_or_null<DIType>(getRawBaseType()); } in getBaseType()
1084 Metadata *getRawBaseType() const { return getOperand(3); } in getRawBaseType() function
1285 DIType *getBaseType() const { return cast_or_null<DIType>(getRawBaseType()); } in getBaseType()
1298 Metadata *getRawBaseType() const { return getOperand(3); } in getRawBaseType() function