Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DMinidumpParser.cpp520 region.GetRange().SetRangeBase(entry.BaseAddress); in CreateRegionsCacheFromMemoryInfoList()
558 region.GetRange().SetRangeBase(memory_desc.StartOfMemoryRange); in CreateRegionsCacheFromMemoryList()
572 region.GetRange().SetRangeBase(memory_desc.first.StartOfMemoryRange); in CreateRegionsCacheFromMemoryList()
677 region.GetRange().SetRangeBase(0); in GetMemoryRegionInfo()
679 region.GetRange().SetRangeBase(std::prev(pos)->GetRange().GetRangeEnd()); in GetMemoryRegionInfo()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DCoreFileMemoryRanges.cpp65 region_two->SetRangeBase(base); in FinalizeCoreFileSaveRanges()
H A DMemory.cpp318 free_block.SetRangeBase(reserved_block.GetRangeEnd()); in ReserveBlock()
H A DProcess.cpp6610 sp_region.GetRange().SetRangeBase(stack_head); in SaveOffRegionsWithStackPointers()
/freebsd/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()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBMemoryRegionInfo.cpp32 m_opaque_up->GetRange().SetRangeBase(begin); in SBMemoryRegionInfo()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DNativeProcessFreeBSD.cpp618 range_info.GetRange().SetRangeBase(load_addr); in GetMemoryRegionInfo()
637 range_info.GetRange().SetRangeBase(load_addr); in GetMemoryRegionInfo()
684 info.GetRange().SetRangeBase(kv->kve_start); in PopulateMemoryRegionCache()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeProcessNetBSD.cpp650 range_info.GetRange().SetRangeBase(load_addr); in GetMemoryRegionInfo()
669 range_info.GetRange().SetRangeBase(load_addr); in GetMemoryRegionInfo()
700 info.GetRange().SetRangeBase(vm[i].kve_start); in PopulateMemoryRegionCache()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.cpp344 region_info.GetRange().SetRangeBase(permission_entry->GetRangeBase()); in DoGetMemoryRegionInfo()
367 region_info.GetRange().SetRangeBase(load_addr); in DoGetMemoryRegionInfo()
378 region_info.GetRange().SetRangeBase(load_addr); in DoGetMemoryRegionInfo()
/freebsd/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()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DLineTable.cpp370 range.SetRangeBase(entry.file_addr); in GetContiguousFileAddressRanges()
H A DSymtab.cpp929 entry.SetRangeBase(base_addr); in AddSectionsToRangeMap()
948 entry.SetRangeBase(pos->GetAddressRef().GetFileAddress()); in InitAddressIndexes()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp1598 region_info.GetRange().SetRangeBase(addr_value); in GetMemoryRegionInfo()
1798 region.GetRange().SetRangeBase(start); in LoadQXferMemoryMap()
H A DProcessGDBRemote.cpp2845 range.SetRangeBase(range.GetRangeBase() + overlap); in FlashErase()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp1250 line_entry.SetRangeBase(addr); in ParseLineTable()