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

References

include/llvm/IR/DebugInfoMetadata.h
 2248   DIType *getType() const { return cast_or_null<DIType>(getRawType()); }
lib/IR/AsmWriter.cpp
 2099   Printer.printMetadata("type", N->getRawType());
 2118   Printer.printMetadata("type", N->getRawType());
lib/IR/DebugInfoMetadata.cpp
  790   const Metadata *RawType = getRawType();
lib/IR/LLVMContextImpl.h
  907         Line(N->getLine()), Type(N->getRawType()),
  917            Type == RHS->getRawType() && IsLocalToUnit == RHS->isLocalToUnit() &&
  956         Line(N->getLine()), Type(N->getRawType()), Arg(N->getArg()),
  962            Type == RHS->getRawType() && Arg == RHS->getArg() &&
lib/IR/Verifier.cpp
 1250   AssertDI(isType(N.getRawType()), "invalid type ref", &N, N.getRawType());
 1250   AssertDI(isType(N.getRawType()), "invalid type ref", &N, N.getRawType());
 1262   AssertDI(isType(N.getRawType()), "invalid type ref", &N, N.getRawType());
 1262   AssertDI(isType(N.getRawType()), "invalid type ref", &N, N.getRawType());
 4953   AssertDI(isType(Var->getRawType()), "invalid type ref", Var,
 4954            Var->getRawType());