Searched refs:getRawBaseType (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/IR/ |
| H A D | LLVMContextImpl.h | 487 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 D | Verifier.cpp | 1041 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 D | DebugInfoMetadata.cpp | 1029 RawType = DT->getRawBaseType(); in getSizeInBits()
|
| H A D | AsmWriter.cpp | 2033 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 D | DebugInfoMetadata.h | 984 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
|