Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/tools/llvm-ar/
Dllvm-ar.cpp524 Archive::iterator moveto_spot = TheArchive->end(); in doMove() local
534 moveto_spot = I; in doMove()
535 moveto_spot++; in doMove()
537 moveto_spot = I; in doMove()
554 if (I != moveto_spot) in doMove()
555 TheArchive->splice(moveto_spot,*TheArchive,I); in doMove()