Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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.cpp1041 if (auto *T = N.getRawBaseType()) { in visitDIDerivedType()
1056 AssertDI(isType(N.getRawBaseType()), "invalid base type", &N, in visitDIDerivedType()
1057 N.getRawBaseType()); in visitDIDerivedType()
1098 AssertDI(isType(N.getRawBaseType()), "invalid base type", &N, in visitDICompositeType()
1099 N.getRawBaseType()); in visitDICompositeType()
H A DDebugInfoMetadata.cpp1029 RawType = DT->getRawBaseType(); in getSizeInBits()
H A DAsmWriter.cpp2033 Printer.printMetadata("baseType", N->getRawBaseType(), in writeDIDerivedType()
2056 Printer.printMetadata("baseType", N->getRawBaseType()); in writeDICompositeType()
/freebsd-13.1/contrib/llvm-project/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