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

  /external/llvm/include/llvm/CodeGen/
ScheduleDAGInstrs.h 239 /// DbgValues - Remember instruction that precedes DBG_VALUE.
244 DbgValueVector DbgValues;
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/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.h 227 /// CurrentFnArguments - List of Arguments (DbgValues) for current function.
270 /// DbgValues - For each user variable, keep a list of DBG_VALUE
275 DbgValueHistoryMap DbgValues;

Completed in 52 milliseconds