Home
last modified time | relevance | path

Searched refs:GetMemoryRegionContainingAddress (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBMemoryRegionInfoList.cpp50 bool GetMemoryRegionContainingAddress(lldb::addr_t addr, in GetMemoryRegionContainingAddress() function in MemoryRegionInfoListImpl
112 bool SBMemoryRegionInfoList::GetMemoryRegionContainingAddress( in GetMemoryRegionContainingAddress() function in SBMemoryRegionInfoList
116 return m_opaque_up->GetMemoryRegionContainingAddress(addr, region_info.ref()); in GetMemoryRegionContainingAddress()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBMemoryRegionInfoList.h30 bool GetMemoryRegionContainingAddress(lldb::addr_t addr,
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptedProcessPythonInterface.h
H A DScriptedProcessPythonInterface.cpp
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DScriptedProcessInterface.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/scripted/
H A DScriptedProcess.cpp290 GetInterface().GetMemoryRegionContainingAddress(load_addr, error)) in GetMemoryRegions()
301 GetInterface().GetMemoryRegionContainingAddress(address, error)) {
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/
H A DScriptedProcessPythonInterface.cpp76 ScriptedProcessPythonInterface::GetMemoryRegionContainingAddress( in GetMemoryRegionContainingAddress() function in ScriptedProcessPythonInterface
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp38265 result = (bool)(arg1)->GetMemoryRegionContainingAddress(arg2,*arg3); in _wrap_SBMemoryRegionInfoList_GetMemoryRegionContainingAddress()