Home
last modified time | relevance | path

Searched refs:FindInMemory (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBProcess.h218 lldb::addr_t FindInMemory(const void *buf, uint64_t size,
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBProcess.cpp838 lldb::addr_t SBProcess::FindInMemory(const void *buf, uint64_t size, in FindInMemory() function in SBProcess
858 return process_sp->FindInMemory(reinterpret_cast<const uint8_t *>(buf), size, in FindInMemory()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h2687 lldb::addr_t FindInMemory(lldb::addr_t low, lldb::addr_t high,
2695 lldb::addr_t FindInMemory(const uint8_t *buf, uint64_t size,
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMemory.cpp1083 found_location = process->FindInMemory( in DoExecute()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp2029 const lldb::addr_t found_addr = FindInMemory(start, end_addr, buf, size); in DoFindInMemory()
2099 lldb::addr_t Process::FindInMemory(const uint8_t *buf, uint64_t size, in FindInMemory() function in Process
3356 lldb::addr_t Process::FindInMemory(lldb::addr_t low, lldb::addr_t high, in FindInMemory() function in Process
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp45369 …result = (lldb::addr_t)(arg1)->FindInMemory((void const *)arg2,arg3,(lldb::SBAddressRange const &)… in _wrap_SBProcess_FindInMemory()