Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMIRPrinter.cpp289 printStackObjectDbgInfo(const MachineFunction::VariableDbgInfo &DebugVar, in printStackObjectDbgInfo() argument
291 std::array<std::string *, 3> Outputs{{&Object.DebugVar.Value, in printStackObjectDbgInfo()
294 std::array<const Metadata *, 3> Metas{{DebugVar.Var, in printStackObjectDbgInfo()
295 DebugVar.Expr, in printStackObjectDbgInfo()
296 DebugVar.Loc}}; in printStackObjectDbgInfo()
492 for (const MachineFunction::VariableDbgInfo &DebugVar : in convertStackObjects() local
494 assert(DebugVar.Slot >= MFI.getObjectIndexBegin() && in convertStackObjects()
495 DebugVar.Slot < MFI.getObjectIndexEnd() && in convertStackObjects()
497 if (DebugVar.Slot < 0) { // Negative index means fixed objects. in convertStackObjects()
499 YMF.FixedStackObjects[FixedStackObjectsIdx[DebugVar.Slot + in convertStackObjects()
[all …]
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMIRYamlMapping.h253 StringValue DebugVar;
264 LocalOffset == Other.LocalOffset && DebugVar == Other.DebugVar &&
296 YamlIO.mapOptional("debug-info-variable", Object.DebugVar,
321 StringValue DebugVar;
332 DebugVar == Other.DebugVar && DebugExpr == Other.DebugExpr
375 YamlIO.mapOptional("debug-info-variable", Object.DebugVar,
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp896 if (parseMDNode(PFS, Var, Object.DebugVar) || in parseStackObjectsDebugInfo()
905 if (typecheckMDNode(DIVar, Var, Object.DebugVar, "DILocalVariable", *this) || in parseStackObjectsDebugInfo()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/LiveDebugValues/
H A DVarLocBasedImpl.cpp1478 auto DebugVar = VL.Var; in emitEntryValues() local
1480 OpenRanges.getEntryValueBackup(DebugVar); in emitEntryValues()