Searched refs:GetMemoryRegionContainingAddress (Results 1 – 7 of 7) sorted by relevance
50 bool GetMemoryRegionContainingAddress(lldb::addr_t addr, in GetMemoryRegionContainingAddress() function in MemoryRegionInfoListImpl112 bool SBMemoryRegionInfoList::GetMemoryRegionContainingAddress( in GetMemoryRegionContainingAddress() function in SBMemoryRegionInfoList116 return m_opaque_up->GetMemoryRegionContainingAddress(addr, region_info.ref()); in GetMemoryRegionContainingAddress()
28 GetMemoryRegionContainingAddress (lldb::addr_t addr, SBMemoryRegionInfo ®ion_info);
30 bool GetMemoryRegionContainingAddress(lldb::addr_t addr,
41 GetMemoryRegionContainingAddress(lldb::addr_t address,
82 ScriptedProcessPythonInterface::GetMemoryRegionContainingAddress( in GetMemoryRegionContainingAddress() function in ScriptedProcessPythonInterface
40 GetMemoryRegionContainingAddress(lldb::addr_t address, Status &error) { in GetMemoryRegionContainingAddress() function
255 GetInterface().GetMemoryRegionContainingAddress(load_addr, error)) in DoGetMemoryRegionInfo()268 GetInterface().GetMemoryRegionContainingAddress(address, error)) { in GetMemoryRegions()