Home
last modified time | relevance | path

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

/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()
/llvm-project/lldb/include/lldb/API/
H A DSBMemoryRegionInfoList.h30 bool GetMemoryRegionContainingAddress(lldb::addr_t addr,
/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/
H A DScriptedProcessPythonInterface.h51 GetMemoryRegionContainingAddress(lldb::addr_t address,
H A DScriptedProcessPythonInterface.cpp81 ScriptedProcessPythonInterface::GetMemoryRegionContainingAddress( in GetMemoryRegionContainingAddress()
76 ScriptedProcessPythonInterface::GetMemoryRegionContainingAddress( GetMemoryRegionContainingAddress() function in ScriptedProcessPythonInterface
/llvm-project/lldb/include/lldb/Interpreter/Interfaces/
H A DScriptedProcessInterface.h44 GetMemoryRegionContainingAddress(lldb::addr_t address, Status &error) {
40 GetMemoryRegionContainingAddress(lldb::addr_t address, Status &error) { GetMemoryRegionContainingAddress() function
/llvm-project/lldb/source/Plugins/Process/scripted/
H A DScriptedProcess.cpp291 GetInterface().GetMemoryRegionContainingAddress(load_addr, error)) in DoGetMemoryRegionInfo()
302 GetInterface().GetMemoryRegionContainingAddress(address, error)) { in GetMemoryRegions()