Searched refs:getRawBaseType (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | LLVMContextImpl.h | 637 BaseType(N->getRawBaseType()), SizeInBits(N->getRawSizeInBits()), 646 Scope == RHS->getRawScope() && BaseType == RHS->getRawBaseType() && 699 BaseType(N->getRawBaseType()), LowerBound(N->getRawLowerBound()), 723 BaseType == RHS->getRawBaseType() && 830 BaseType(N->getRawBaseType()), SizeInBits(N->getRawSizeInBits()), 847 Scope == RHS->getRawScope() && BaseType == RHS->getRawBaseType() &&
|
| H A D | Verifier.cpp | 1156 auto *BaseType = N.getRawBaseType(); in visitDISubrangeType() 1300 if (auto *T = N.getRawBaseType()) { in visitDIDerivedType() 1315 CheckDI(isType(N.getRawBaseType()), "invalid base type", &N, in visitDIDerivedType() 1316 N.getRawBaseType()); in visitDIDerivedType() 1364 CheckDI(isType(N.getRawBaseType()), "invalid base type", &N, in visitDICompositeType() 1365 N.getRawBaseType()); in visitDICompositeType() 1415 CheckDI(N.getRawBaseType(), "array types must have a base type", &N); in visitDICompositeType()
|
| H A D | AsmWriter.cpp | 2294 Printer.printMetadata("baseType", N->getRawBaseType(), in writeDIDerivedType() 2329 Printer.printMetadata("baseType", N->getRawBaseType(), in writeDISubrangeType() 2347 Printer.printMetadata("baseType", N->getRawBaseType()); in writeDICompositeType()
|
| H A D | DebugInfoMetadata.cpp | 1607 RawType = DT->getRawBaseType(); in getSizeInBits()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | DebugInfoMetadata.h | 1385 DIType *getBaseType() const { return cast_or_null<DIType>(getRawBaseType()); } in getBaseType() 1386 Metadata *getRawBaseType() const { return getOperand(MY_FIRST_OPERAND); } in getRawBaseType() function 1519 DIType *getBaseType() const { return cast_or_null<DIType>(getRawBaseType()); } in getBaseType() 1520 Metadata *getRawBaseType() const { return getOperand(MY_FIRST_OPERAND); } in getRawBaseType() function 1796 DIType *getBaseType() const { return cast_or_null<DIType>(getRawBaseType()); } in getBaseType() 1812 Metadata *getRawBaseType() const { return getOperand(MY_FIRST_OPERAND); } in getRawBaseType() function
|