Searched refs:CurInsertionPoint (Results 1 – 3 of 3) sorted by relevance
114 iterator CurInsertionPoint = in flushPendingLabels() local117 if (CurInsertionPoint != begin()) in flushPendingLabels()118 Atom = std::prev(CurInsertionPoint)->getAtom(); in flushPendingLabels()120 getFragmentList().insert(CurInsertionPoint, F); in flushPendingLabels()
181 CurInsertionPoint = MCSection::iterator(); in reset()203 if (CurInsertionPoint != getCurrentSectionOnly()->getFragmentList().begin()) in getCurrentFragment()204 return &*std::prev(CurInsertionPoint); in getCurrentFragment()392 CurInsertionPoint = in changeSectionImpl()
44 MCSection::iterator CurInsertionPoint; variable97 CurSection->getFragmentList().insert(CurInsertionPoint, F); in insert()