Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContextImpl.h558 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 DVerifier.cpp1196 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 DAsmWriter.cpp2089 Printer.printMetadata("baseType", N->getRawBaseType(), in writeDIDerivedType()
2112 Printer.printMetadata("baseType", N->getRawBaseType()); in writeDICompositeType()
H A DDebugInfoMetadata.cpp1328 RawType = DT->getRawBaseType(); in getSizeInBits()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1042 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