Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DMCSection.cpp114 iterator CurInsertionPoint = in flushPendingLabels() local
117 if (CurInsertionPoint != begin()) in flushPendingLabels()
118 Atom = std::prev(CurInsertionPoint)->getAtom(); in flushPendingLabels()
120 getFragmentList().insert(CurInsertionPoint, F); in flushPendingLabels()
H A DMCObjectStreamer.cpp181 CurInsertionPoint = MCSection::iterator(); in reset()
203 if (CurInsertionPoint != getCurrentSectionOnly()->getFragmentList().begin()) in getCurrentFragment()
204 return &*std::prev(CurInsertionPoint); in getCurrentFragment()
392 CurInsertionPoint = in changeSectionImpl()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCObjectStreamer.h44 MCSection::iterator CurInsertionPoint; variable
97 CurSection->getFragmentList().insert(CurInsertionPoint, F); in insert()