Home
last modified time | relevance | path

Searched refs:sb_region_list (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/lldb/source/API/
DSBMemoryRegionInfoList.cpp127 void SBMemoryRegionInfoList::Append(SBMemoryRegionInfoList &sb_region_list) { in Append() argument
129 (lldb::SBMemoryRegionInfoList &), sb_region_list); in Append()
131 m_opaque_up->Append(*sb_region_list); in Append()
DSBProcess.cpp1285 lldb::SBMemoryRegionInfoList sb_region_list; in GetMemoryRegions() local
1293 process_sp->GetMemoryRegions(sb_region_list.ref()); in GetMemoryRegions()
1296 return LLDB_RECORD_RESULT(sb_region_list); in GetMemoryRegions()