reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2958 DIType *getType() const { return cast_or_null<DIType>(getRawType()); }
lib/IR/AsmWriter.cpp 2185 Printer.printMetadata("type", N->getRawType());
lib/IR/LLVMContextImpl.h1050 Attributes(N->getAttributes()), Type(N->getRawType()) {} 1056 Attributes == RHS->getAttributes() && Type == RHS->getRawType();lib/IR/Verifier.cpp
1299 if (auto *T = N.getRawType())