Home
last modified time | relevance | path

Searched defs:CacheItem (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/libunwind/src/
H A DAddressSpace.hpp155 struct CacheItem { struct in libunwind::UnwindInfoSectionsCache
156 CacheItem(UnwindInfoSections &uis, uintptr_t pc) in CacheItem() function
159 CacheItem(uintptr_t pc) in CacheItem() argument
163 UnwindInfoSections m_uis;
164 uintptr_t m_pc;
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/MSF/
H A DMappedBlockStream.cpp110 for (auto &CacheItem : CacheMap) { in readBytes() local