Searched refs:DebugVar (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | MIRYamlMapping.h | 255 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/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MIRPrinter.cpp | 296 printStackObjectDbgInfo(const MachineFunction::VariableDbgInfo &DebugVar, in printStackObjectDbgInfo() argument 298 std::array<std::string *, 3> Outputs{{&Object.DebugVar.Value, in printStackObjectDbgInfo() 301 std::array<const Metadata *, 3> Metas{{DebugVar.Var, in printStackObjectDbgInfo() 302 DebugVar.Expr, in printStackObjectDbgInfo() 303 DebugVar.Loc}}; in printStackObjectDbgInfo() 387 for (const MachineFunction::VariableDbgInfo &DebugVar : in convertEntryValueObjects() local 390 printStackObjectDbgInfo(DebugVar, Obj, MST); in convertEntryValueObjects() 391 MCRegister EntryValReg = DebugVar.getEntryValueRegister(); in convertEntryValueObjects() 513 for (const MachineFunction::VariableDbgInfo &DebugVar : in convertStackObjects() local 515 int Idx = DebugVar.getStackSlot(); in convertStackObjects() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/ |
H A D | MIRParser.cpp | 835 PFS, Object.DebugVar, Object.DebugExpr, Object.DebugLoc); in initializeFrameInfo() 961 parseVarExprLoc(PFS, Object.DebugVar, Object.DebugExpr, Object.DebugLoc); in parseStackObjectsDebugInfo()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/ |
H A D | VarLocBasedImpl.cpp | 1478 auto DebugVar = VL.Var; in emitEntryValues() local 1480 OpenRanges.getEntryValueBackup(DebugVar); in emitEntryValues()
|