Home
last modified time | relevance | path

Searched refs:CurInsertionPoint (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/MC/
DMCObjectStreamer.cpp47 CurSection->getFragmentList().insert(CurInsertionPoint, F); in flushPendingLabels()
75 CurInsertionPoint = MCSection::iterator(); in reset()
96 if (CurInsertionPoint != getCurrentSectionOnly()->getFragmentList().begin()) in getCurrentFragment()
97 return &*std::prev(CurInsertionPoint); in getCurrentFragment()
214 CurInsertionPoint = in changeSectionImpl()
/external/llvm/include/llvm/MC/
DMCObjectStreamer.h38 MCSection::iterator CurInsertionPoint; variable
68 CurSection->getFragmentList().insert(CurInsertionPoint, F); in insert()