HomeSort by: relevance | last modified time | path
    Searched refs:DebugVar (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MIRPrinter.cpp 280 printStackObjectDbgInfo(const MachineFunction::VariableDbgInfo &DebugVar,
282 std::array<std::string *, 3> Outputs{{&Object.DebugVar.Value,
285 std::array<const Metadata *, 3> Metas{{DebugVar.Var,
286 DebugVar.Expr,
287 DebugVar.Loc}};
477 for (const MachineFunction::VariableDbgInfo &DebugVar :
479 assert(DebugVar.Slot >= MFI.getObjectIndexBegin() &&
480 DebugVar.Slot < MFI.getObjectIndexEnd() &&
482 if (DebugVar.Slot < 0) { // Negative index means fixed objects.
484 YMF.FixedStackObjects[FixedStackObjectsIdx[DebugVar.Slot
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MIRYamlMapping.h 253 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
373 YamlIO.mapOptional("debug-info-variable", Object.DebugVar,
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/
MIRParser.cpp 838 if (parseMDNode(PFS, Var, Object.DebugVar) ||
847 if (typecheckMDNode(DIVar, Var, Object.DebugVar, "DILocalVariable", *this) ||
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/LiveDebugValues/
VarLocBasedImpl.cpp 1367 auto DebugVar = VL.Var;
1369 OpenRanges.getEntryValueBackup(DebugVar);

Completed in 61 milliseconds