reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1008 DIType *getBaseType() const { return cast_or_null<DIType>(getRawBaseType()); }
lib/IR/AsmWriter.cpp 1876 Printer.printMetadata("baseType", N->getRawBaseType());
lib/IR/LLVMContextImpl.h528 BaseType(N->getRawBaseType()), SizeInBits(N->getSizeInBits()), 539 Scope == RHS->getRawScope() && BaseType == RHS->getRawBaseType() &&lib/IR/Verifier.cpp
977 AssertDI(isType(N.getRawBaseType()), "invalid base type", &N, 978 N.getRawBaseType());