Home
last modified time | relevance | path

Searched refs:MemoryCache (Results 1 – 3 of 3) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/lldb/source/Target/
DMemory.cpp26 MemoryCache::MemoryCache(Process &process) : in MemoryCache() function in MemoryCache
38 MemoryCache::~MemoryCache() in ~MemoryCache()
43 MemoryCache::Clear(bool clear_invalid_ranges) in Clear()
52 MemoryCache::Flush (addr_t addr, size_t size) in Flush()
85 MemoryCache::AddInvalidRange (lldb::addr_t base_addr, lldb::addr_t byte_size) in AddInvalidRange()
97 MemoryCache::RemoveInvalidRange (lldb::addr_t base_addr, lldb::addr_t byte_size) in RemoveInvalidRange()
116 MemoryCache::Read (addr_t addr, in Read()
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Target/
DMemory.h30 class MemoryCache
36 MemoryCache (Process &process);
38 ~MemoryCache ();
76 DISALLOW_COPY_AND_ASSIGN (MemoryCache);
DProcess.h3788 MemoryCache m_memory_cache;