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

References

include/llvm/IR/DebugInfoMetadata.h
 1790     return cast_or_null<DISubroutineType>(getRawType());
lib/IR/AsmWriter.cpp
 1958   Printer.printMetadata("type", N->getRawType());
lib/IR/LLVMContextImpl.h
  643         Line(N->getLine()), Type(N->getRawType()), ScopeLine(N->getScopeLine()),
  657            Type == RHS->getRawType() && ScopeLine == RHS->getScopeLine() &&
lib/IR/Verifier.cpp
 1108   if (auto *T = N.getRawType())