Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Support/Windows/
DPathV3.inc165 mcld::sys::fs::PathCache::entry_type* bring_one_into_cache(DirIterator& pIter)
168 fs::Path file_filter(pIter.m_pParent->m_Path);
172 if (FindNextFile(reinterpret_cast<HANDLE>(pIter.m_pParent->m_Handler),
176 std::string path(pIter.m_pParent->m_Path.native());
179 entry = pIter.m_pParent->m_Cache.insert(path, exist);
185 pIter.m_pParent->m_CacheFull = true;
189 pIter.m_pParent->path().native());
/frameworks/compile/mclinker/lib/Script/
DRpnExpr.cpp88 RpnExpr* RpnExpr::buildHelperExpr(SectionMap::iterator pIter) in buildHelperExpr() argument
91 expr->push_back(SectDescOperand::create(*pIter)); in buildHelperExpr()
93 expr->push_back(SectDescOperand::create(*pIter)); in buildHelperExpr()
/frameworks/compile/mclinker/include/mcld/Support/
DDirectory.h33 friend mcld::sys::fs::PathCache::entry_type* detail::bring_one_into_cache(DirIterator& pIter);
107 friend mcld::sys::fs::PathCache::entry_type* detail::bring_one_into_cache(DirIterator& pIter);
122 const DirCache::iterator& pIter);
DFileSystem.h93 mcld::sys::fs::PathCache::entry_type* bring_one_into_cache(DirIterator& pIter);
/frameworks/compile/mclinker/lib/Support/Unix/
DPathV3.inc199 mcld::sys::fs::PathCache::entry_type* bring_one_into_cache(DirIterator& pIter)
202 std::string path(pIter.m_pParent->m_Path.native());
203 switch (read_dir(pIter.m_pParent->m_Handler, path)) {
207 entry = pIter.m_pParent->m_Cache.insert(path, exist);
213 pIter.m_pParent->m_CacheFull = true;
218 pIter.m_pParent->path().native());
/frameworks/compile/mclinker/lib/Support/
DDirectory.cpp154 const DirIterator::DirCache::iterator& pIter) in DirIterator() argument
156 m_Iter(pIter) { in DirIterator()
/frameworks/compile/mclinker/include/mcld/Script/
DRpnExpr.h67 static RpnExpr* buildHelperExpr(SectionMap::iterator pIter);
/frameworks/compile/mclinker/lib/LD/
DArchive.cpp88 bool Archive::addObjectMember(uint32_t pFileOffset, InputTree::iterator pIter) in addObjectMember() argument
93 entry->setValue(pIter); in addObjectMember()
/frameworks/compile/mclinker/include/mcld/LD/
DArchive.h155 bool addObjectMember(uint32_t pFileOffset, InputTree::iterator pIter);