Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCSection.cpp114 iterator CurInsertionPoint = in flushPendingLabels() local
117 getFragmentList().insert(CurInsertionPoint, F); in flushPendingLabels()
DMCObjectStreamer.cpp166 CurInsertionPoint = MCSection::iterator(); in reset()
188 if (CurInsertionPoint != getCurrentSectionOnly()->getFragmentList().begin()) in getCurrentFragment()
189 return &*std::prev(CurInsertionPoint); in getCurrentFragment()
354 CurInsertionPoint = in changeSectionImpl()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCObjectStreamer.h37 MCSection::iterator CurInsertionPoint; variable
80 CurSection->getFragmentList().insert(CurInsertionPoint, F); in insert()