Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DLLVMContextImpl.h550 BaseType(N->getRawBaseType()), SizeInBits(N->getSizeInBits()),
558 Scope == RHS->getRawScope() && BaseType == RHS->getRawBaseType() &&
657 BaseType(N->getRawBaseType()), SizeInBits(N->getSizeInBits()),
671 Scope == RHS->getRawScope() && BaseType == RHS->getRawBaseType() &&
H A DVerifier.cpp1130 if (auto *T = N.getRawBaseType()) { in visitDIDerivedType()
1145 CheckDI(isType(N.getRawBaseType()), "invalid base type", &N, in visitDIDerivedType()
1146 N.getRawBaseType()); in visitDIDerivedType()
1188 CheckDI(isType(N.getRawBaseType()), "invalid base type", &N, in visitDICompositeType()
1189 N.getRawBaseType()); in visitDICompositeType()
H A DDebugInfoMetadata.cpp1251 RawType = DT->getRawBaseType(); in getSizeInBits()
H A DAsmWriter.cpp2031 Printer.printMetadata("baseType", N->getRawBaseType(), in writeDIDerivedType()
2054 Printer.printMetadata("baseType", N->getRawBaseType()); in writeDICompositeType()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1031 DIType *getBaseType() const { return cast_or_null<DIType>(getRawBaseType()); } in getBaseType()
1032 Metadata *getRawBaseType() const { return getOperand(3); } in getRawBaseType() function
1216 DIType *getBaseType() const { return cast_or_null<DIType>(getRawBaseType()); } in getBaseType()
1229 Metadata *getRawBaseType() const { return getOperand(3); } in getRawBaseType() function