Home
last modified time | relevance | path

Searched refs:m_Cache (Results 1 – 7 of 7) sorted by relevance

/frameworks/compile/mclinker/lib/Support/
DDirectory.cpp39 m_Cache(), in Directory()
48 m_Cache(), in Directory()
65 m_Cache(), in Directory()
119 if (m_CacheFull && m_Cache.empty()) in begin()
121 PathCache::iterator iter = m_Cache.begin(); in begin()
128 return iterator(0, m_Cache.end()); in end()
135 m_Cache.clear(); in clear()
182 if (m_pParent->m_Cache.end() == m_Iter) { in operator ++()
203 if (m_pParent->m_Cache.end() == m_Iter) { in operator ++()
/frameworks/compile/mclinker/include/mcld/Support/
DDirectory.h95 mcld::sys::fs::PathCache m_Cache; variable
/frameworks/compile/mclinker/lib/MC/
DMCLDDirectory.cpp75 Directory::m_Cache.clear(); in assign()
/frameworks/compile/mclinker/lib/Support/Windows/
DFileSystem.inc61 fs::PathCache::entry_type* entry = pDir.m_Cache.insert(path, exist);
DPathV3.inc171 entry = pIter.m_pParent->m_Cache.insert(path, exist);
/frameworks/compile/mclinker/lib/Support/Unix/
DFileSystem.inc78 pDir.m_Cache.insert(path, exist);
DPathV3.inc196 entry = pIter.m_pParent->m_Cache.insert(path, exist);