Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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-15.0.7/lldb/bindings/interface/
H A DSBMemoryRegionInfoList.i28 GetMemoryRegionContainingAddress (lldb::addr_t addr, SBMemoryRegionInfo &region_info);
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBMemoryRegionInfoList.h30 bool GetMemoryRegionContainingAddress(lldb::addr_t addr,
/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptedProcessPythonInterface.h40 GetMemoryRegionContainingAddress(lldb::addr_t address,
H A DScriptedProcessPythonInterface.cpp78 ScriptedProcessPythonInterface::GetMemoryRegionContainingAddress( in GetMemoryRegionContainingAddress() function in ScriptedProcessPythonInterface
/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DScriptedProcessInterface.h39 GetMemoryRegionContainingAddress(lldb::addr_t address, Status &error) { in GetMemoryRegionContainingAddress() function
/llvm-project-15.0.7/lldb/source/Plugins/Process/scripted/
H A DScriptedProcess.cpp255 GetInterface().GetMemoryRegionContainingAddress(load_addr, error)) in DoGetMemoryRegionInfo()
268 GetInterface().GetMemoryRegionContainingAddress(address, error)) { in GetMemoryRegions()