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

References

include/llvm/CodeGen/MIRYamlMapping.h
  298            DebugVar == Other.DebugVar && DebugExpr == Other.DebugExpr
  298            DebugVar == Other.DebugVar && DebugExpr == Other.DebugExpr
  340     YamlIO.mapOptional("debug-info-variable", Object.DebugVar,
lib/CodeGen/MIRParser/MIRParser.cpp
  782   if (parseMDNode(PFS, Var, Object.DebugVar) ||
  791   if (typecheckMDNode(DIVar, Var, Object.DebugVar, "DILocalVariable", *this) ||
lib/CodeGen/MIRPrinter.cpp
  274   std::array<std::string *, 3> Outputs{{&Object.DebugVar.Value,