Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DMemory.h41 void AddL1CacheData(lldb::addr_t addr, const void *src, size_t src_len);
43 void AddL1CacheData(lldb::addr_t addr,
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DMemory.cpp41 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
165 AddL1CacheData(addr, dst, bytes_read); in Read()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp2026 m_memory_cache.AddL1CacheData(mem_cache_addr, in SetThreadStopInfo()
2189 m_memory_cache.AddL1CacheData(mem_cache_addr, data_buffer_sp); in SetThreadStopInfo()