Searched defs:FindInMemory (Results 1 – 2 of 2) sorted by relevance
/llvm-project/lldb/source/API/ | ||
H A D | SBProcess.cpp | 837 lldb::addr_t SBProcess::FindInMemory(const void *buf, uint64_t size, FindInMemory() function in SBProcess |
/llvm-project/lldb/source/Target/ | ||
H A D | Process.cpp | 3344 lldb::addr_t Process::FindInMemory(lldb::addr_t low, lldb::addr_t high, in FindInMemory() function in Process |