Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/API/
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()
/openbsd/src/gnu/llvm/lldb/bindings/interface/
DSBMemoryRegionInfoList.i28 GetMemoryRegionContainingAddress (lldb::addr_t addr, SBMemoryRegionInfo &region_info);
/openbsd/src/gnu/llvm/lldb/include/lldb/API/
DSBMemoryRegionInfoList.h30 bool GetMemoryRegionContainingAddress(lldb::addr_t addr,
/openbsd/src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
DScriptedProcessPythonInterface.h41 GetMemoryRegionContainingAddress(lldb::addr_t address,
DScriptedProcessPythonInterface.cpp82 ScriptedProcessPythonInterface::GetMemoryRegionContainingAddress( in GetMemoryRegionContainingAddress() function in ScriptedProcessPythonInterface
/openbsd/src/gnu/llvm/lldb/include/lldb/Interpreter/
DScriptedProcessInterface.h40 GetMemoryRegionContainingAddress(lldb::addr_t address, Status &error) { in GetMemoryRegionContainingAddress() function