Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DScriptedProcessInterface.h40 GetMemoryRegionContainingAddress(lldb::addr_t address) { in GetMemoryRegionContainingAddress() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptedProcessPythonInterface.h38 GetMemoryRegionContainingAddress(lldb::addr_t address) override;
H A DScriptedProcessPythonInterface.cpp200 ScriptedProcessPythonInterface::GetMemoryRegionContainingAddress( in GetMemoryRegionContainingAddress() function in ScriptedProcessPythonInterface
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/scripted/
H A DScriptedProcess.cpp278 GetInterface().GetMemoryRegionContainingAddress(address))) { in GetMemoryRegions()