Home
last modified time | relevance | path

Searched defs:GetMemoryRegionContainingAddress (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/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
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Interpreter/Interfaces/
H A DScriptedProcessInterface.h40 GetMemoryRegionContainingAddress(lldb::addr_t address, Status &error) { in GetMemoryRegionContainingAddress() function
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/
H A DScriptedProcessPythonInterface.cpp75 ScriptedProcessPythonInterface::GetMemoryRegionContainingAddress( GetMemoryRegionContainingAddress() function in ScriptedProcessPythonInterface