reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/IR/DebugInfoMetadata.h
 2958   DIType *getType() const { return cast_or_null<DIType>(getRawType()); }
lib/IR/AsmWriter.cpp
 2185   Printer.printMetadata("type", N->getRawType());
lib/IR/LLVMContextImpl.h
 1050         Attributes(N->getAttributes()), Type(N->getRawType()) {}
 1056            Attributes == RHS->getAttributes() && Type == RHS->getRawType();
lib/IR/Verifier.cpp
 1299   if (auto *T = N.getRawType())