Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMIRYamlMapping.h258 StringValue DebugVar;
269 LocalOffset == Other.LocalOffset && DebugVar == Other.DebugVar &&
301 YamlIO.mapOptional("debug-info-variable", Object.DebugVar,
316 StringValue DebugVar;
321 DebugVar == Other.DebugVar && DebugExpr == Other.DebugExpr &&
329 YamlIO.mapRequired("debug-info-variable", Object.DebugVar);
350 StringValue DebugVar;
361 DebugVar == Other.DebugVar && DebugExpr == Other.DebugExpr
404 YamlIO.mapOptional("debug-info-variable", Object.DebugVar,
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMIRPrinter.cpp272 printStackObjectDbgInfo(const MachineFunction::VariableDbgInfo &DebugVar, in printStackObjectDbgInfo() argument
274 std::array<std::string *, 3> Outputs{{&Object.DebugVar.Value, in printStackObjectDbgInfo()
277 std::array<const Metadata *, 3> Metas{{DebugVar.Var, in printStackObjectDbgInfo()
278 DebugVar.Expr, in printStackObjectDbgInfo()
279 DebugVar.Loc}}; in printStackObjectDbgInfo()
372 for (const MachineFunction::VariableDbgInfo &DebugVar : in convertEntryValueObjects() local
375 printStackObjectDbgInfo(DebugVar, Obj, MST); in convertEntryValueObjects()
376 MCRegister EntryValReg = DebugVar.getEntryValueRegister(); in convertEntryValueObjects()
507 for (const MachineFunction::VariableDbgInfo &DebugVar : in convertStackObjects() local
509 int Idx = DebugVar.getStackSlot(); in convertStackObjects()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp913 PFS, Object.DebugVar, Object.DebugExpr, Object.DebugLoc); in initializeFrameInfo()
1039 parseVarExprLoc(PFS, Object.DebugVar, Object.DebugExpr, Object.DebugLoc); in parseStackObjectsDebugInfo()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DVarLocBasedImpl.cpp1490 auto DebugVar = VL.Var; in emitEntryValues() local
1492 OpenRanges.getEntryValueBackup(DebugVar); in emitEntryValues()