Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Process/minidump/
H A DMinidumpParser.cpp528 region.GetRange().SetRangeBase(entry.BaseAddress); in CreateRegionsCacheFromMemoryInfoList()
566 region.GetRange().SetRangeBase(memory_desc.StartOfMemoryRange); in CreateRegionsCacheFromMemoryList()
596 region.GetRange().SetRangeBase(memory_desc.start_of_memory_range); in CreateRegionsCacheFromMemory64List()
696 region.GetRange().SetRangeBase(0); in GetMemoryRegionInfo()
698 region.GetRange().SetRangeBase(std::prev(pos)->GetRange().GetRangeEnd()); in GetMemoryRegionInfo()
/llvm-project-15.0.7/lldb/source/Plugins/Process/Windows/Common/
H A DProcessDebugger.cpp409 info.GetRange().SetRangeBase(vm_addr); in GetMemoryRegionInfo()
443 info.GetRange().SetRangeBase( in GetMemoryRegionInfo()
455 info.GetRange().SetRangeBase(vm_addr); in GetMemoryRegionInfo()
/llvm-project-15.0.7/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.cpp53 region.GetRange().SetRangeBase(start_address); in ParseMemoryRegionInfoFromProcMapsLine()
/llvm-project-15.0.7/lldb/unittests/Utility/
H A DRangeTest.cpp67 TEST(RangeTest, SetRangeBase) { in TEST() argument
69 r.SetRangeBase(6); in TEST()
/llvm-project-15.0.7/lldb/source/Plugins/Process/mach-core/
H A DProcessMachCore.cpp682 region_info.GetRange().SetRangeBase(permission_entry->GetRangeBase()); in DoGetMemoryRegionInfo()
696 region_info.GetRange().SetRangeBase(load_addr); in DoGetMemoryRegionInfo()
706 region_info.GetRange().SetRangeBase(load_addr); in DoGetMemoryRegionInfo()
/llvm-project-15.0.7/lldb/source/API/
H A DSBMemoryRegionInfo.cpp31 m_opaque_up->GetRange().SetRangeBase(begin); in SBMemoryRegionInfo()
/llvm-project-15.0.7/lldb/source/Plugins/Process/FreeBSD/
H A DNativeProcessFreeBSD.cpp592 range_info.GetRange().SetRangeBase(load_addr); in GetMemoryRegionInfo()
611 range_info.GetRange().SetRangeBase(load_addr); in GetMemoryRegionInfo()
658 info.GetRange().SetRangeBase(kv->kve_start); in PopulateMemoryRegionCache()
/llvm-project-15.0.7/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.cpp321 region_info.GetRange().SetRangeBase(permission_entry->GetRangeBase()); in DoGetMemoryRegionInfo()
344 region_info.GetRange().SetRangeBase(load_addr); in DoGetMemoryRegionInfo()
355 region_info.GetRange().SetRangeBase(load_addr); in DoGetMemoryRegionInfo()
/llvm-project-15.0.7/lldb/source/Plugins/Process/NetBSD/
H A DNativeProcessNetBSD.cpp628 range_info.GetRange().SetRangeBase(load_addr); in GetMemoryRegionInfo()
647 range_info.GetRange().SetRangeBase(load_addr); in GetMemoryRegionInfo()
678 info.GetRange().SetRangeBase(vm[i].kve_start); in PopulateMemoryRegionCache()
/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DRangeMap.h48 void SetRangeBase(BaseType b) { base = b; } in SetRangeBase() function
68 range.SetRangeBase(std::max(lhs_base, rhs_base)); in Intersect()
/llvm-project-15.0.7/lldb/source/Target/
H A DMemory.cpp303 free_block.SetRangeBase(reserved_block.GetRangeEnd()); in ReserveBlock()
/llvm-project-15.0.7/lldb/source/Symbol/
H A DLineTable.cpp400 range.SetRangeBase(entry.file_addr); in GetContiguousFileAddressRanges()
H A DSymtab.cpp912 entry.SetRangeBase(base_addr); in AddSectionsToRangeMap()
931 entry.SetRangeBase(pos->GetAddressRef().GetFileAddress()); in InitAddressIndexes()
/llvm-project-15.0.7/lldb/source/Plugins/Process/Linux/
H A DNativeProcessLinux.cpp1124 range_info.GetRange().SetRangeBase(load_addr); in GetMemoryRegionInfo()
1146 range_info.GetRange().SetRangeBase(load_addr); in GetMemoryRegionInfo()
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp1554 region_info.GetRange().SetRangeBase(addr_value); in GetMemoryRegionInfo()
1754 region.GetRange().SetRangeBase(start); in LoadQXferMemoryMap()
H A DProcessGDBRemote.cpp2691 range.SetRangeBase(range.GetRangeBase() + overlap); in FlashErase()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp1154 line_entry.SetRangeBase(addr); in ParseLineTable()
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp1345 entry.SetRangeBase(encryption_cmd.cryptoff); in GetEncryptedFileRanges()
5402 file_range.SetRangeBase(offset);