Home
last modified time | relevance | path

Searched refs:DebugVar (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMIRYamlMapping.h255 StringValue DebugVar;
266 LocalOffset == Other.LocalOffset && DebugVar == Other.DebugVar &&
298 YamlIO.mapOptional("debug-info-variable", Object.DebugVar,
313 StringValue DebugVar;
318 DebugVar == Other.DebugVar && DebugExpr == Other.DebugExpr &&
326 YamlIO.mapRequired("debug-info-variable", Object.DebugVar);
347 StringValue DebugVar;
358 DebugVar == Other.DebugVar && DebugExpr == Other.DebugExpr
401 YamlIO.mapOptional("debug-info-variable", Object.DebugVar,
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMIRPrinter.cpp296 std::array<std::string *, 3> Outputs{{&Object.DebugVar.Value, in printStackObjectDbgInfo()
299 std::array<const Metadata *, 3> Metas{{DebugVar.Var, in printStackObjectDbgInfo()
300 DebugVar.Expr, in printStackObjectDbgInfo()
301 DebugVar.Loc}}; in printStackObjectDbgInfo()
384 for (const MachineFunction::VariableDbgInfo &DebugVar : in convertEntryValueObjects() local
387 printStackObjectDbgInfo(DebugVar, Obj, MST); in convertEntryValueObjects()
388 MCRegister EntryValReg = DebugVar.getEntryValueRegister(); in convertEntryValueObjects()
510 for (const MachineFunction::VariableDbgInfo &DebugVar : in convertStackObjects() local
512 int Idx = DebugVar.getStackSlot(); in convertStackObjects()
519 printStackObjectDbgInfo(DebugVar, Object, MST); in convertStackObjects()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp815 PFS, Object.DebugVar, Object.DebugExpr, Object.DebugLoc); in initializeFrameInfo()
941 parseVarExprLoc(PFS, Object.DebugVar, Object.DebugExpr, Object.DebugLoc); in parseStackObjectsDebugInfo()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DVarLocBasedImpl.cpp1478 auto DebugVar = VL.Var; in emitEntryValues() local
1480 OpenRanges.getEntryValueBackup(DebugVar); in emitEntryValues()