Searched refs:getRawBaseType (Results 1 – 5 of 5) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | LLVMContextImpl.h | 431 BaseType(N->getRawBaseType()), SizeInBits(N->getSizeInBits()), 439 Scope == RHS->getRawScope() && BaseType == RHS->getRawBaseType() && 528 BaseType(N->getRawBaseType()), SizeInBits(N->getSizeInBits()), 539 Scope == RHS->getRawScope() && BaseType == RHS->getRawBaseType() &&
|
D | Verifier.cpp | 937 AssertDI(isType(N.getRawBaseType()), "invalid base type", &N, in visitDIDerivedType() 938 N.getRawBaseType()); in visitDIDerivedType() 979 AssertDI(isType(N.getRawBaseType()), "invalid base type", &N, in visitDICompositeType() 980 N.getRawBaseType()); in visitDICompositeType()
|
D | DebugInfoMetadata.cpp | 802 RawType = DT->getRawBaseType(); in getSizeInBits()
|
D | AsmWriter.cpp | 1856 Printer.printMetadata("baseType", N->getRawBaseType(), in writeDIDerivedType() 1879 Printer.printMetadata("baseType", N->getRawBaseType()); in writeDICompositeType()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | DebugInfoMetadata.h | 823 DIType *getBaseType() const { return cast_or_null<DIType>(getRawBaseType()); } in getBaseType() 824 Metadata *getRawBaseType() const { return getOperand(3); } in getRawBaseType() function 1008 DIType *getBaseType() const { return cast_or_null<DIType>(getRawBaseType()); } in getBaseType() 1021 Metadata *getRawBaseType() const { return getOperand(3); } in getRawBaseType() function
|