Searched refs:pIter (Results 1 - 5 of 5) sorted by last modified time

/frameworks/compile/mclinker/include/mcld/LD/
H A DArchive.h156 /// @param pIter - the iterator in the input tree built from this archive
157 bool addObjectMember(uint32_t pFileOffset, InputTree::iterator pIter);
/frameworks/compile/mclinker/include/mcld/Support/
H A DDirectory.h36 friend mcld::sys::fs::PathCache::entry_type* detail::bring_one_into_cache(DirIterator& pIter);
110 friend mcld::sys::fs::PathCache::entry_type* detail::bring_one_into_cache(DirIterator& pIter);
125 const DirCache::iterator& pIter);
H A DFileSystem.h105 mcld::sys::fs::PathCache::entry_type* bring_one_into_cache(DirIterator& pIter);
/frameworks/compile/mclinker/lib/LD/
H A DArchive.cpp82 /// @param pIter - the iterator in the input tree built from this archive
83 bool Archive::addObjectMember(uint32_t pFileOffset, InputTree::iterator pIter) argument
88 entry->setValue(pIter);
/frameworks/compile/mclinker/lib/Support/
H A DDirectory.cpp150 const DirIterator::DirCache::iterator& pIter)
152 m_Iter(pIter) {
149 DirIterator(Directory* pParent, const DirIterator::DirCache::iterator& pIter) argument

Completed in 569 milliseconds