Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/MC/
H A DMCObjectStreamer.cpp52 CurSection->getFragmentList().insert(CurInsertionPoint, F); in flushPendingLabels()
120 CurInsertionPoint = MCSection::iterator(); in reset()
141 if (CurInsertionPoint != getCurrentSectionOnly()->getFragmentList().begin()) in getCurrentFragment()
142 return &*std::prev(CurInsertionPoint); in getCurrentFragment()
303 CurInsertionPoint = in changeSectionImpl()
/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCObjectStreamer.h38 MCSection::iterator CurInsertionPoint; variable
79 CurSection->getFragmentList().insert(CurInsertionPoint, F); in insert()