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

/frameworks/compile/mclinker/lib/Support/
H A DDirectory.cpp36 m_Cache(),
47 m_Cache(),
60 m_Cache(),
125 if (m_CacheFull && m_Cache.empty())
127 PathCache::iterator iter = m_Cache.begin();
135 return iterator(0, m_Cache.end());
143 m_Cache.clear();
196 if (m_pParent->m_Cache.end() == m_Iter) {
218 if (m_pParent->m_Cache.end() == m_Iter) {
/frameworks/compile/mclinker/include/mcld/Support/
H A DDirectory.h94 mcld::sys::fs::PathCache m_Cache; member in class:mcld::sys::fs::Directory
101 * DirIterator will open the directory and add entry into Directory::m_Cache
/frameworks/compile/mclinker/lib/MC/
H A DMCLDDirectory.cpp78 Directory::m_Cache.clear();

Completed in 63 milliseconds