Searched defs:pLastPos (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/mclinker/lib/LD/
H A DArchive.cpp106 /// @param pLastPos - this records the point to insert the next node in the
111 InputTree::iterator pLastPos,
117 if (pLastPos == m_pInputTree->root())
120 ar.file = *pLastPos;
121 ar.lastPos = pLastPos;
110 addArchiveMember(const llvm::StringRef& pName, InputTree::iterator pLastPos, InputTree::Mover* pMove) argument

Completed in 80 milliseconds