Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/IR/
H A DLLVMContextImpl.h501 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 DVerifier.cpp1101 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 DAsmWriter.cpp2006 Printer.printMetadata("baseType", N->getRawBaseType(), in writeDIDerivedType()
2029 Printer.printMetadata("baseType", N->getRawBaseType()); in writeDICompositeType()
H A DDebugInfoMetadata.cpp1187 RawType = DT->getRawBaseType(); in getSizeInBits()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h992 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