Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DMinidumpParser.cpp533 region.GetRange().SetRangeBase(entry.BaseAddress); in CreateRegionsCacheFromMemoryInfoList()
571 region.GetRange().SetRangeBase(memory_desc.StartOfMemoryRange); in CreateRegionsCacheFromMemoryList()
601 region.GetRange().SetRangeBase(memory_desc.start_of_memory_range); in CreateRegionsCacheFromMemory64List()
701 region.GetRange().SetRangeBase(0); in GetMemoryRegionInfo()
703 region.GetRange().SetRangeBase(std::prev(pos)->GetRange().GetRangeEnd()); in GetMemoryRegionInfo()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DLinuxProcMaps.cpp53 region.GetRange().SetRangeBase(start_address); in ParseMemoryRegionInfoFromProcMapsLine()
H A DMemoryTagManagerAArch64MTE.cpp118 remaining_range.SetRangeBase(region->GetRange().GetRangeEnd()); in MakeTaggedRange()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.cpp301 region_info.GetRange().SetRangeBase(permission_entry->GetRangeBase()); in GetMemoryRegionInfo()
315 region_info.GetRange().SetRangeBase(load_addr); in GetMemoryRegionInfo()
325 region_info.GetRange().SetRangeBase(load_addr); in GetMemoryRegionInfo()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeProcessNetBSD.cpp627 range_info.GetRange().SetRangeBase(load_addr); in GetMemoryRegionInfo()
646 range_info.GetRange().SetRangeBase(load_addr); in GetMemoryRegionInfo()
677 info.GetRange().SetRangeBase(vm[i].kve_start); in PopulateMemoryRegionCache()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DNativeProcessFreeBSD.cpp578 range_info.GetRange().SetRangeBase(load_addr); in GetMemoryRegionInfo()
597 range_info.GetRange().SetRangeBase(load_addr); in GetMemoryRegionInfo()
644 info.GetRange().SetRangeBase(kv->kve_start); in PopulateMemoryRegionCache()
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DMemory.cpp302 free_block.SetRangeBase(reserved_block.GetRangeEnd()); in ReserveBlock()
/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DSymtab.cpp909 entry.SetRangeBase(base_addr); in AddSectionsToRangeMap()
928 entry.SetRangeBase(pos->GetAddressRef().GetFileAddress()); in InitAddressIndexes()
H A DLineTable.cpp400 range.SetRangeBase(entry.file_addr); in GetContiguousFileAddressRanges()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/
H A DRangeMap.h48 void SetRangeBase(BaseType b) { base = b; } in SetRangeBase() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp1522 region_info.GetRange().SetRangeBase(addr_value); in GetMemoryRegionInfo()
1722 region.GetRange().SetRangeBase(start); in LoadQXferMemoryMap()
H A DProcessGDBRemote.cpp2886 range.SetRangeBase(range.GetRangeBase() + overlap); in FlashErase()