Home
last modified time | relevance | path

Searched refs:m_cache (Results 1 – 2 of 2) sorted by relevance

/trueos/contrib/llvm/tools/lldb/source/Target/
HDMemory.cpp30 m_cache (), in MemoryCache()
46 m_cache.clear(); in Clear()
58 if (m_cache.empty()) in Flush()
78 BlockMap::iterator pos = m_cache.find (curr_addr); in Flush()
79 if (pos != m_cache.end()) in Flush()
80 m_cache.erase(pos); in Flush()
138 BlockMap::const_iterator pos = m_cache.find (curr_addr); in Read()
139 BlockMap::const_iterator end = m_cache.end (); in Read()
196 m_cache[curr_addr] = DataBufferSP (data_buffer_heap_ap.release()); in Read()
/trueos/contrib/llvm/tools/lldb/include/lldb/Target/
HDMemory.h73 BlockMap m_cache; variable