Home
last modified time | relevance | path

Searched refs:SetRangeBase (Results 1 – 15 of 15) sorted by relevance

/src/contrib/llvm-project/lldb/source/Plugins/Process/minidump/ !
H A DMinidumpParser.cpp529 region.GetRange().SetRangeBase(entry.BaseAddress); in CreateRegionsCacheFromMemoryInfoList()
567 region.GetRange().SetRangeBase(memory_desc.StartOfMemoryRange); in CreateRegionsCacheFromMemoryList()
597 region.GetRange().SetRangeBase(memory_desc.start_of_memory_range); in CreateRegionsCacheFromMemory64List()
697 region.GetRange().SetRangeBase(0); in GetMemoryRegionInfo()
699 region.GetRange().SetRangeBase(std::prev(pos)->GetRange().GetRangeEnd()); in GetMemoryRegionInfo()
/src/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ !
H A DMemoryTagManagerAArch64MTE.cpp124 remaining_range.SetRangeBase(region->GetRange().GetRangeEnd()); in MakeTaggedRange()
207 range.SetRangeBase(region.GetRange().GetRangeEnd()); in MakeTaggedRanges()
H A DLinuxProcMaps.cpp54 region.GetRange().SetRangeBase(start_address); in ParseMemoryRegionInfoFromProcMapsLine()
/src/contrib/llvm-project/lldb/source/API/ !
H A DSBMemoryRegionInfo.cpp32 m_opaque_up->GetRange().SetRangeBase(begin); in SBMemoryRegionInfo()
/src/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/ !
H A DNativeProcessNetBSD.cpp647 range_info.GetRange().SetRangeBase(load_addr); in GetMemoryRegionInfo()
666 range_info.GetRange().SetRangeBase(load_addr); in GetMemoryRegionInfo()
697 info.GetRange().SetRangeBase(vm[i].kve_start); in PopulateMemoryRegionCache()
/src/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/ !
H A DNativeProcessFreeBSD.cpp611 range_info.GetRange().SetRangeBase(load_addr); in GetMemoryRegionInfo()
630 range_info.GetRange().SetRangeBase(load_addr); in GetMemoryRegionInfo()
677 info.GetRange().SetRangeBase(kv->kve_start); in PopulateMemoryRegionCache()
/src/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/ !
H A DProcessElfCore.cpp331 region_info.GetRange().SetRangeBase(permission_entry->GetRangeBase()); in DoGetMemoryRegionInfo()
354 region_info.GetRange().SetRangeBase(load_addr); in DoGetMemoryRegionInfo()
365 region_info.GetRange().SetRangeBase(load_addr); in DoGetMemoryRegionInfo()
/src/contrib/llvm-project/lldb/include/lldb/Utility/ !
H A DRangeMap.h48 void SetRangeBase(BaseType b) { base = b; } in SetRangeBase() function
73 range.SetRangeBase(std::max(lhs_base, rhs_base)); in Intersect()
/src/contrib/llvm-project/lldb/source/Target/ !
H A DMemory.cpp317 free_block.SetRangeBase(reserved_block.GetRangeEnd()); in ReserveBlock()
H A DProcess.cpp6558 sp_region.GetRange().SetRangeBase(stack_head); in SaveOffRegionsWithStackPointers()
/src/contrib/llvm-project/lldb/source/Symbol/ !
H A DLineTable.cpp400 range.SetRangeBase(entry.file_addr); in GetContiguousFileAddressRanges()
H A DSymtab.cpp928 entry.SetRangeBase(base_addr); in AddSectionsToRangeMap()
947 entry.SetRangeBase(pos->GetAddressRef().GetFileAddress()); in InitAddressIndexes()
/src/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ !
H A DGDBRemoteCommunicationClient.cpp1573 region_info.GetRange().SetRangeBase(addr_value); in GetMemoryRegionInfo()
1778 region.GetRange().SetRangeBase(start); in LoadQXferMemoryMap()
H A DProcessGDBRemote.cpp2734 range.SetRangeBase(range.GetRangeBase() + overlap); in FlashErase()
/src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ !
H A DSymbolFileNativePDB.cpp1253 line_entry.SetRangeBase(addr); in ParseLineTable()