Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/
DMCSection.cpp117 iterator CurInsertionPoint = in flushPendingLabels() local
120 getFragmentList().insert(CurInsertionPoint, F); in flushPendingLabels()
DMCObjectStreamer.cpp160 CurInsertionPoint = MCSection::iterator(); in reset()
182 if (CurInsertionPoint != getCurrentSectionOnly()->getFragmentList().begin()) in getCurrentFragment()
183 return &*std::prev(CurInsertionPoint); in getCurrentFragment()
348 CurInsertionPoint = in changeSectionImpl()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/MC/
DMCObjectStreamer.h38 MCSection::iterator CurInsertionPoint; variable
81 CurSection->getFragmentList().insert(CurInsertionPoint, F); in insert()