Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DMemory.cpp24 MemoryCache::MemoryCache(Process &process) in MemoryCache() function in MemoryCache
32 MemoryCache::~MemoryCache() {} in ~MemoryCache()
34 void MemoryCache::Clear(bool clear_invalid_ranges) { in Clear()
43 void MemoryCache::AddL1CacheData(lldb::addr_t addr, const void *src, in AddL1CacheData()
49 void MemoryCache::AddL1CacheData(lldb::addr_t addr, in AddL1CacheData()
55 void MemoryCache::Flush(addr_t addr, size_t size) { in Flush()
103 void MemoryCache::AddInvalidRange(lldb::addr_t base_addr, in AddInvalidRange()
113 bool MemoryCache::RemoveInvalidRange(lldb::addr_t base_addr, in RemoveInvalidRange()
128 size_t MemoryCache::Read(addr_t addr, void *dst, size_t dst_len, in Read()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DMemory.h26 class MemoryCache {
31 MemoryCache(Process &process);
33 ~MemoryCache();
71 DISALLOW_COPY_AND_ASSIGN(MemoryCache);
H A DProcess.h3096 MemoryCache m_memory_cache;