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

/frameworks/compile/mclinker/lib/Support/
H A DDirectory.cpp39 m_Cache(),
48 m_Cache(),
65 m_Cache(),
119 if (m_CacheFull && m_Cache.empty())
121 PathCache::iterator iter = m_Cache.begin();
128 return iterator(0, m_Cache.end());
135 m_Cache.clear();
182 if (m_pParent->m_Cache.end() == m_Iter) {
203 if (m_pParent->m_Cache.end() == m_Iter) {
/frameworks/compile/mclinker/include/mcld/Support/
H A DDirectory.h95 mcld::sys::fs::PathCache m_Cache; member in class:mcld::sys::fs::Directory
102 * DirIterator will open the directory and add entry into Directory::m_Cache
/frameworks/compile/mclinker/lib/MC/
H A DMCLDDirectory.cpp75 Directory::m_Cache.clear();
/frameworks/compile/mclinker/lib/Support/Windows/
H A DFileSystem.inc61 fs::PathCache::entry_type* entry = pDir.m_Cache.insert(path, exist);
/frameworks/compile/mclinker/lib/Support/Unix/
H A DFileSystem.inc78 pDir.m_Cache.insert(path, exist);

Completed in 248 milliseconds