Searched refs:DebugVar (Results 1 – 3 of 3) sorted by relevance
| /openbsd/src/gnu/llvm/llvm/lib/CodeGen/ |
| D | MIRPrinter.cpp | 289 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/ |
| D | MIRYamlMapping.h | 253 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/ |
| D | MIRParser.cpp | 896 if (parseMDNode(PFS, Var, Object.DebugVar) || in parseStackObjectsDebugInfo() 905 if (typecheckMDNode(DIVar, Var, Object.DebugVar, "DILocalVariable", *this) || in parseStackObjectsDebugInfo()
|