Searched defs:CacheItem (Results 1 – 2 of 2) sorted by relevance
155 struct CacheItem { struct in libunwind::UnwindInfoSectionsCache156 CacheItem(UnwindInfoSections &uis, uintptr_t pc) in CacheItem() function159 CacheItem(uintptr_t pc) in CacheItem() argument163 UnwindInfoSections m_uis;164 uintptr_t m_pc;
110 for (auto &CacheItem : CacheMap) { in readBytes() local