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.h219 lldb::addr_t FindInMemory(const void *buf, uint64_t size,
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBProcess.cpp853 lldb::addr_t SBProcess::FindInMemory(const void *buf, uint64_t size, in FindInMemory() function in SBProcess
873 return process_sp->FindInMemory(reinterpret_cast<const uint8_t *>(buf), size, in FindInMemory()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h2739 lldb::addr_t FindInMemory(lldb::addr_t low, lldb::addr_t high,
2747 lldb::addr_t FindInMemory(const uint8_t *buf, uint64_t size,
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMemory.cpp1110 found_location = process->FindInMemory( in DoExecute()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp1977 const lldb::addr_t found_addr = FindInMemory(start, end_addr, buf, size); in DoFindInMemory()
2047 lldb::addr_t Process::FindInMemory(const uint8_t *buf, uint64_t size, in FindInMemory() function in Process
3342 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.cpp46178 …result = (lldb::addr_t)(arg1)->FindInMemory((void const *)arg2,arg3,(lldb::SBAddressRange const &)… in _wrap_SBProcess_FindInMemory()