Searched refs:MemoryCache (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | Memory.h | 21 class MemoryCache { 24 MemoryCache(Process &process); 26 ~MemoryCache(); 62 MemoryCache(const MemoryCache &) = delete; 63 const MemoryCache &operator=(const MemoryCache &) = delete;
|
| H A D | Process.h | 3065 MemoryCache m_memory_cache;
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Target/ |
| H A D | Memory.cpp | 24 MemoryCache::MemoryCache(Process &process) in MemoryCache() function in MemoryCache 30 MemoryCache::~MemoryCache() = default; 32 void MemoryCache::Clear(bool clear_invalid_ranges) { in Clear() 41 void MemoryCache::AddL1CacheData(lldb::addr_t addr, const void *src, in AddL1CacheData() 47 void MemoryCache::AddL1CacheData(lldb::addr_t addr, in AddL1CacheData() 53 void MemoryCache::Flush(addr_t addr, size_t size) { in Flush() 101 void MemoryCache::AddInvalidRange(lldb::addr_t base_addr, in AddInvalidRange() 111 bool MemoryCache::RemoveInvalidRange(lldb::addr_t base_addr, in RemoveInvalidRange() 126 lldb::DataBufferSP MemoryCache::GetL2CacheLine(lldb::addr_t line_base_addr, in GetL2CacheLine() 154 size_t MemoryCache::Read(addr_t addr, void *dst, size_t dst_len, in Read()
|