HomeSort by relevance Sort by last modified time
    Searched refs:CurInsertionPoint (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/MC/
MCObjectStreamer.h 37 MCSectionData::iterator CurInsertionPoint;
73 CurSectionData->getFragmentList().insert(CurInsertionPoint, F);
  /external/llvm/lib/MC/
MCObjectStreamer.cpp 49 CurInsertionPoint = MCSectionData::iterator();
69 if (CurInsertionPoint != getCurrentSectionData()->getFragmentList().begin())
70 return std::prev(CurInsertionPoint);
178 CurInsertionPoint =

Completed in 422 milliseconds