Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DLLVMContextImpl.h487 BaseType(N->getRawBaseType()), SizeInBits(N->getSizeInBits()),
495 Scope == RHS->getRawScope() && BaseType == RHS->getRawBaseType() &&
591 BaseType(N->getRawBaseType()), SizeInBits(N->getSizeInBits()),
605 Scope == RHS->getRawScope() && BaseType == RHS->getRawBaseType() &&
H A DVerifier.cpp1038 if (auto *T = N.getRawBaseType()) { in visitDIDerivedType()
1053 AssertDI(isType(N.getRawBaseType()), "invalid base type", &N, in visitDIDerivedType()
1054 N.getRawBaseType()); in visitDIDerivedType()
1095 AssertDI(isType(N.getRawBaseType()), "invalid base type", &N, in visitDICompositeType()
1096 N.getRawBaseType()); in visitDICompositeType()
H A DDebugInfoMetadata.cpp1029 RawType = DT->getRawBaseType(); in getSizeInBits()
H A DAsmWriter.cpp2044 Printer.printMetadata("baseType", N->getRawBaseType(), in writeDIDerivedType()
2067 Printer.printMetadata("baseType", N->getRawBaseType()); in writeDICompositeType()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h984 DIType *getBaseType() const { return cast_or_null<DIType>(getRawBaseType()); } in getBaseType()
985 Metadata *getRawBaseType() const { return getOperand(3); } in getRawBaseType() function
1180 DIType *getBaseType() const { return cast_or_null<DIType>(getRawBaseType()); } in getBaseType()
1193 Metadata *getRawBaseType() const { return getOperand(3); } in getRawBaseType() function