Lines Matching defs:DebugVar
311 printStackObjectDbgInfo(const MachineFunction::VariableDbgInfo &DebugVar,
313 std::array<std::string *, 3> Outputs{{&Object.DebugVar.Value,
316 std::array<const Metadata *, 3> Metas{{DebugVar.Var,
317 DebugVar.Expr,
318 DebugVar.Loc}};
414 for (const MachineFunction::VariableDbgInfo &DebugVar :
417 printStackObjectDbgInfo(DebugVar, Obj, MST);
418 MCRegister EntryValReg = DebugVar.getEntryValueRegister();
540 for (const MachineFunction::VariableDbgInfo &DebugVar :
542 int Idx = DebugVar.getStackSlot();
549 printStackObjectDbgInfo(DebugVar, Object, MST);
552 printStackObjectDbgInfo(DebugVar, Object, MST);