Searched refs:GetMemoryRegions (Results 1 – 9 of 9) sorted by relevance
89 process->GetMemoryRegions(memory_regions); in DoExecute()243 process->GetMemoryRegions(memory_regions); in DoExecute()
78 Status GetMemoryRegions(
453 Status ProcessMinidump::GetMemoryRegions(MemoryRegionInfos ®ion_list) { in GetMemoryRegions() function in ProcessMinidump
378 lldb::SBMemoryRegionInfoList GetMemoryRegions();
410 GetMemoryRegions();
1195 lldb::SBMemoryRegionInfoList SBProcess::GetMemoryRegions() { in GetMemoryRegions() function in SBProcess1206 process_sp->GetMemoryRegions(sb_region_list.ref()); in GetMemoryRegions()
266 process_sp->GetMemoryRegions(memory_regions); in GetMemoryTags()
1818 GetMemoryRegions(lldb_private::MemoryRegionInfos ®ion_list);
5884 Status Process::GetMemoryRegions(lldb_private::MemoryRegionInfos ®ion_list) { in GetMemoryRegions() function in Process