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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCSection.cpp114 iterator CurInsertionPoint = local
117 getFragmentList().insert(CurInsertionPoint, F);
H A DMCObjectStreamer.cpp166 CurInsertionPoint = MCSection::iterator();
188 if (CurInsertionPoint != getCurrentSectionOnly()->getFragmentList().begin())
189 return &*std::prev(CurInsertionPoint);
354 CurInsertionPoint =
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCObjectStreamer.h37 MCSection::iterator CurInsertionPoint; member in class:llvm::MCObjectStreamer
80 CurSection->getFragmentList().insert(CurInsertionPoint, F);

Completed in 177 milliseconds