Home
last modified time | relevance | path

Searched refs:ReadMemoryFromFileCache (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DTarget.h975 size_t ReadMemoryFromFileCache(const Address &addr, void *dst, size_t dst_len,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DTarget.cpp1713 size_t Target::ReadMemoryFromFileCache(const Address &addr, void *dst, in ReadMemoryFromFileCache() function in Target
1782 bytes_read = ReadMemoryFromFileCache(resolved_addr, dst, dst_len, error); in ReadMemory()
1832 return ReadMemoryFromFileCache(resolved_addr, dst, dst_len, error); in ReadMemory()