Home
last modified time | relevance | path

Searched refs:PathCache (Results 1 – 8 of 8) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Support/
DDirectory.h32 friend mcld::sys::fs::PathCache::entry_type* detail::bring_one_into_cache(
95 mcld::sys::fs::PathCache m_Cache;
110 friend mcld::sys::fs::PathCache::entry_type* detail::bring_one_into_cache(
115 typedef mcld::sys::fs::PathCache DirCache;
DPathCache.h27 EntryFactory<HashEntryType> > PathCache; typedef
DFileSystem.h89 mcld::sys::fs::PathCache::entry_type* bring_one_into_cache(DirIterator& pIter);
/frameworks/compile/mclinker/lib/Support/Windows/
DPathV3.inc158 mcld::sys::fs::PathCache::entry_type* bring_one_into_cache(DirIterator& pIter) {
159 mcld::sys::fs::PathCache::entry_type* entry = 0;
DFileSystem.inc61 fs::PathCache::entry_type* entry = pDir.m_Cache.insert(path, exist);
/frameworks/compile/mclinker/lib/Support/Unix/
DPathV3.inc189 mcld::sys::fs::PathCache::entry_type* bring_one_into_cache(DirIterator& pIter) {
190 mcld::sys::fs::PathCache::entry_type* entry = 0;
DFileSystem.inc78 mcld::sys::fs::PathCache::entry_type* entry =
/frameworks/compile/mclinker/lib/Support/
DDirectory.cpp121 PathCache::iterator iter = m_Cache.begin(); in begin()