Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/lldb/source/API/
HDSBMemoryRegionInfoList.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-13-stable/contrib/llvm-project/lldb/include/lldb/API/
HDSBMemoryRegionInfoList.h30 bool GetMemoryRegionContainingAddress(lldb::addr_t addr,
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/Interfaces/
HDScriptedProcessInterface.h40 GetMemoryRegionContainingAddress(lldb::addr_t address, Status &error) { in GetMemoryRegionContainingAddress() function
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/
HDScriptedProcessPythonInterface.h46 GetMemoryRegionContainingAddress(lldb::addr_t address,
HDScriptedProcessPythonInterface.cpp76 ScriptedProcessPythonInterface::GetMemoryRegionContainingAddress( in GetMemoryRegionContainingAddress() function in ScriptedProcessPythonInterface
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/scripted/
HDScriptedProcess.cpp290 GetInterface().GetMemoryRegionContainingAddress(load_addr, error)) in DoGetMemoryRegionInfo()
301 GetInterface().GetMemoryRegionContainingAddress(address, error)) { in GetMemoryRegions()
/freebsd-13-stable/lib/clang/liblldb/
HDLLDBWrapLua.cpp38265 result = (bool)(arg1)->GetMemoryRegionContainingAddress(arg2,*arg3); in _wrap_SBMemoryRegionInfoList_GetMemoryRegionContainingAddress()