Home
last modified time | relevance | path

Searched refs:FindRangesInMemory (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBProcess.h212 lldb::SBAddressRangeList FindRangesInMemory(const void *buf, uint64_t size,
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBProcess.cpp813 lldb::SBAddressRangeList SBProcess::FindRangesInMemory( in FindRangesInMemory() function in SBProcess
832 matches.m_opaque_up->ref() = process_sp->FindRangesInMemory( in FindRangesInMemory()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h2690 AddressRanges FindRangesInMemory(const uint8_t *buf, uint64_t size,
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp2045 AddressRanges Process::FindRangesInMemory(const uint8_t *buf, uint64_t size, in FindRangesInMemory() function in Process
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp45319 …result = (arg1)->FindRangesInMemory((void const *)arg2,arg3,(lldb::SBAddressRangeList const &)*arg… in _wrap_SBProcess_FindRangesInMemory()