Searched refs:m_Cache (Results 1 - 5 of 5) sorted by relevance

/frameworks/compile/mclinker/lib/Support/
H A DDirectory.cpp40 m_Cache(),
51 m_Cache(),
64 m_Cache(),
129 if (m_CacheFull && m_Cache.empty())
131 PathCache::iterator iter = m_Cache.begin();
139 return iterator(0, m_Cache.end());
147 m_Cache.clear();
200 if (m_pParent->m_Cache.end() == m_Iter) {
222 if (m_pParent->m_Cache.end() == m_Iter) {
/frameworks/compile/mclinker/include/mcld/Support/
H A DDirectory.h91 mcld::sys::fs::PathCache m_Cache; member in class:mcld::sys::fs::Directory
98 * DirIterator will open the directory and add entry into Directory::m_Cache
/frameworks/compile/mclinker/lib/MC/
H A DMCLDDirectory.cpp79 Directory::m_Cache.clear();
/frameworks/compile/mclinker/lib/Support/Windows/
H A DFileSystem.inc60 fs::PathCache::entry_type* entry = pDir.m_Cache.insert(path, exist);
/frameworks/compile/mclinker/lib/Support/Unix/
H A DFileSystem.inc76 mcld::sys::fs::PathCache::entry_type* entry = pDir.m_Cache.insert(path, exist);

Completed in 129 milliseconds