Searched refs:DebugVar (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/llvm/include/llvm/CodeGen/ |
| H A D | MIRYamlMapping.h | 219 StringValue DebugVar; 230 LocalOffset == Other.LocalOffset && DebugVar == Other.DebugVar && 261 YamlIO.mapOptional("debug-info-variable", Object.DebugVar, 286 StringValue DebugVar; 297 DebugVar == Other.DebugVar && DebugExpr == Other.DebugExpr 329 YamlIO.mapOptional("debug-info-variable", Object.DebugVar,
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | MIRPrinter.cpp | 263 printStackObjectDbgInfo(const MachineFunction::VariableDbgInfo &DebugVar, in printStackObjectDbgInfo() argument 265 std::array<std::string *, 3> Outputs{{&Object.DebugVar.Value, in printStackObjectDbgInfo() 268 std::array<const Metadata *, 3> Metas{{DebugVar.Var, in printStackObjectDbgInfo() 269 DebugVar.Expr, in printStackObjectDbgInfo() 270 DebugVar.Loc}}; in printStackObjectDbgInfo() 439 for (const MachineFunction::VariableDbgInfo &DebugVar : in convertStackObjects() local 441 auto StackObjectInfo = StackObjectOperandMapping.find(DebugVar.Slot); in convertStackObjects() 447 printStackObjectDbgInfo(DebugVar, Object, MST); in convertStackObjects() 450 printStackObjectDbgInfo(DebugVar, Object, MST); in convertStackObjects()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/MIRParser/ |
| H A D | MIRParser.cpp | 714 if (parseMDNode(PFS, Var, Object.DebugVar) || in parseStackObjectsDebugInfo() 723 if (typecheckMDNode(DIVar, Var, Object.DebugVar, "DILocalVariable", *this) || in parseStackObjectsDebugInfo()
|