reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
823 DIType *getBaseType() const { return cast_or_null<DIType>(getRawBaseType()); }
lib/IR/AsmWriter.cpp 1853 Printer.printMetadata("baseType", N->getRawBaseType(),
lib/IR/DebugInfoMetadata.cpp 799 RawType = DT->getRawBaseType();
lib/IR/LLVMContextImpl.h431 BaseType(N->getRawBaseType()), SizeInBits(N->getSizeInBits()), 439 Scope == RHS->getRawScope() && BaseType == RHS->getRawBaseType() &&lib/IR/Verifier.cpp
935 AssertDI(isType(N.getRawBaseType()), "invalid base type", &N, 936 N.getRawBaseType());