Searched refs:AddL1CacheData (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
H A D | Memory.h | 41 void AddL1CacheData(lldb::addr_t addr, const void *src, size_t src_len); 43 void AddL1CacheData(lldb::addr_t addr,
|
/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | Memory.cpp | 41 void MemoryCache::AddL1CacheData(lldb::addr_t addr, const void *src, in AddL1CacheData() function in MemoryCache 43 AddL1CacheData( in AddL1CacheData() 47 void MemoryCache::AddL1CacheData(lldb::addr_t addr, in AddL1CacheData() function in MemoryCache 196 AddL1CacheData(addr, dst, bytes_read); in Read()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
H A D | ProcessGDBRemote.cpp | 2095 m_memory_cache.AddL1CacheData(mem_cache_addr, in SetThreadStopInfo() 2259 m_memory_cache.AddL1CacheData(mem_cache_addr, data_buffer_sp); in SetThreadStopInfo()
|