Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMIRPrinter.cpp290 std::array<std::string *, 3> Outputs{{&Object.DebugVar.Value, in printStackObjectDbgInfo()
293 std::array<const Metadata *, 3> Metas{{DebugVar.Var, in printStackObjectDbgInfo()
294 DebugVar.Expr, in printStackObjectDbgInfo()
295 DebugVar.Loc}}; in printStackObjectDbgInfo()
491 for (const MachineFunction::VariableDbgInfo &DebugVar : in convertStackObjects() local
493 assert(DebugVar.Slot >= MFI.getObjectIndexBegin() && in convertStackObjects()
494 DebugVar.Slot < MFI.getObjectIndexEnd() && in convertStackObjects()
496 if (DebugVar.Slot < 0) { // Negative index means fixed objects. in convertStackObjects()
498 YMF.FixedStackObjects[FixedStackObjectsIdx[DebugVar.Slot + in convertStackObjects()
500 printStackObjectDbgInfo(DebugVar, Object, MST); in convertStackObjects()
[all …]
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMIRYamlMapping.h253 StringValue DebugVar;
264 LocalOffset == Other.LocalOffset && DebugVar == Other.DebugVar &&
295 YamlIO.mapOptional("debug-info-variable", Object.DebugVar,
320 StringValue DebugVar;
331 DebugVar == Other.DebugVar && DebugExpr == Other.DebugExpr
374 YamlIO.mapOptional("debug-info-variable", Object.DebugVar,
/llvm-project-15.0.7/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp882 if (parseMDNode(PFS, Var, Object.DebugVar) || in parseStackObjectsDebugInfo()
891 if (typecheckMDNode(DIVar, Var, Object.DebugVar, "DILocalVariable", *this) || in parseStackObjectsDebugInfo()
/llvm-project-15.0.7/llvm/lib/CodeGen/LiveDebugValues/
H A DVarLocBasedImpl.cpp1400 auto DebugVar = VL.Var; in emitEntryValues() local
1402 OpenRanges.getEntryValueBackup(DebugVar); in emitEntryValues()