Searched refs:CurInsertionPoint (Results 1 – 4 of 4) sorted by relevance
117 iterator CurInsertionPoint = in flushPendingLabels() local120 getFragmentList().insert(CurInsertionPoint, F); in flushPendingLabels()
182 CurInsertionPoint = MCSection::iterator(); in reset()204 if (CurInsertionPoint != getCurrentSectionOnly()->getFragmentList().begin()) in getCurrentFragment()205 return &*std::prev(CurInsertionPoint); in getCurrentFragment()382 CurInsertionPoint = in changeSectionImpl()
176 const clang::Stmt *CurInsertionPoint = CurNode->ASTNode.get<Stmt>(); in computeInsertionPoint() local178 if (CurInsertionPoint && !exprIsValidOutside(CurInsertionPoint)) in computeInsertionPoint()185 return CurInsertionPoint; in computeInsertionPoint()
44 MCSection::iterator CurInsertionPoint; variable97 CurSection->getFragmentList().insert(CurInsertionPoint, F); in insert()