Searched refs:AddL1CacheData (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/ |
| H A D | Memory.h | 48 void AddL1CacheData(lldb::addr_t addr, const void *src, size_t src_len); 50 void AddL1CacheData(lldb::addr_t addr,
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Target/ |
| H A D | Memory.cpp | 43 void MemoryCache::AddL1CacheData(lldb::addr_t addr, const void *src, in AddL1CacheData() function in MemoryCache 45 AddL1CacheData( in AddL1CacheData() 49 void MemoryCache::AddL1CacheData(lldb::addr_t addr, in AddL1CacheData() function in MemoryCache 167 AddL1CacheData(addr, dst, bytes_read); in Read()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | ProcessGDBRemote.cpp | 2185 m_memory_cache.AddL1CacheData(mem_cache_addr, in SetThreadStopInfo() 2354 m_memory_cache.AddL1CacheData(mem_cache_addr, data_buffer_sp); in SetThreadStopInfo()
|