HomeSort by relevance Sort by last modified time
    Searched defs:DbgValues (Results 1 - 6 of 6) sorted by null

  /external/llvm/lib/CodeGen/AsmPrinter/
DebugHandlerBase.h 57 DbgValueHistoryMap DbgValues;
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
ScheduleDAGInstrs.h 130 /// DbgValues - Remember instruction that preceeds DBG_VALUE.
133 DbgValueVector DbgValues;
  /external/llvm/include/llvm/CodeGen/
ScheduleDAGInstrs.h 224 /// DbgValues - Remember instruction that precedes DBG_VALUE.
229 DbgValueVector DbgValues;
SelectionDAG.h 117 SmallVector<SDDbgValue*, 32> DbgValues;
130 } else DbgValues.push_back(V);
135 /// \brief Invalidate all DbgValues attached to the node and remove
136 /// it from the Node-to-DbgValues map.
141 DbgValues.clear();
149 return DbgValues.empty() && ByvalParmDbgValues.empty();
160 DbgIterator DbgBegin() { return DbgValues.begin(); }
161 DbgIterator DbgEnd() { return DbgValues.end(); }
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
SelectionDAG.h 72 SmallVector<SDDbgValue*, 32> DbgValues;
84 } else DbgValues.push_back(V);
91 DbgValues.clear();
96 return DbgValues.empty() && ByvalParmDbgValues.empty();
108 DbgIterator DbgBegin() { return DbgValues.begin(); }
109 DbgIterator DbgEnd() { return DbgValues.end(); }
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DwarfDebug.h 225 /// CurrentFnArguments - List of Arguments (DbgValues) for current function.
268 /// DbgValues - For each user variable, keep a list of DBG_VALUE
273 DbgValueHistoryMap DbgValues;

Completed in 490 milliseconds