Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/minidump/
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()
/external/llvm-project/lldb/source/Plugins/Process/Windows/Common/
DProcessDebugger.cpp413 info.GetRange().SetRangeBase(vm_addr); in GetMemoryRegionInfo()
447 info.GetRange().SetRangeBase( in GetMemoryRegionInfo()
459 info.GetRange().SetRangeBase(vm_addr); in GetMemoryRegionInfo()
/external/llvm-project/lldb/unittests/Utility/
DRangeTest.cpp67 TEST(RangeTest, SetRangeBase) { in TEST() argument
69 r.SetRangeBase(6); in TEST()
/external/llvm-project/lldb/source/Plugins/Process/mach-core/
DProcessMachCore.cpp642 region_info.GetRange().SetRangeBase(permission_entry->GetRangeBase()); in GetMemoryRegionInfo()
656 region_info.GetRange().SetRangeBase(load_addr); in GetMemoryRegionInfo()
666 region_info.GetRange().SetRangeBase(load_addr); in GetMemoryRegionInfo()
/external/llvm-project/lldb/source/Plugins/Process/Utility/
DLinuxProcMaps.cpp53 region.GetRange().SetRangeBase(start_address); in ParseMemoryRegionInfoFromProcMapsLine()
/external/llvm-project/lldb/source/Plugins/Process/FreeBSDRemote/
DNativeProcessFreeBSD.cpp516 range_info.GetRange().SetRangeBase(load_addr); in GetMemoryRegionInfo()
535 range_info.GetRange().SetRangeBase(load_addr); in GetMemoryRegionInfo()
582 info.GetRange().SetRangeBase(kv->kve_start); in PopulateMemoryRegionCache()
/external/llvm-project/lldb/source/Plugins/Process/NetBSD/
DNativeProcessNetBSD.cpp598 range_info.GetRange().SetRangeBase(load_addr); in GetMemoryRegionInfo()
617 range_info.GetRange().SetRangeBase(load_addr); in GetMemoryRegionInfo()
648 info.GetRange().SetRangeBase(vm[i].kve_start); in PopulateMemoryRegionCache()
/external/llvm-project/lldb/source/Plugins/Process/elf-core/
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()
/external/llvm-project/lldb/source/Target/
DMemory.cpp302 free_block.SetRangeBase(reserved_block.GetRangeEnd()); in ReserveBlock()
/external/llvm-project/lldb/source/Symbol/
DSymtab.cpp845 entry.SetRangeBase(base_addr); in AddSectionsToRangeMap()
864 entry.SetRangeBase(pos->GetAddressRef().GetFileAddress()); in InitAddressIndexes()
DLineTable.cpp465 range.SetRangeBase(entry.file_addr); in GetContiguousFileAddressRanges()
/external/llvm-project/lldb/include/lldb/Utility/
DRangeMap.h48 void SetRangeBase(BaseType b) { base = b; } in SetRangeBase() function
/external/llvm-project/lldb/source/Plugins/Process/Linux/
DNativeProcessLinux.cpp1258 range_info.GetRange().SetRangeBase(load_addr); in GetMemoryRegionInfo()
1280 range_info.GetRange().SetRangeBase(load_addr); in GetMemoryRegionInfo()
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationClient.cpp1495 region_info.GetRange().SetRangeBase(addr_value); in GetMemoryRegionInfo()
1674 region.GetRange().SetRangeBase(start); in LoadQXferMemoryMap()
DProcessGDBRemote.cpp2827 range.SetRangeBase(range.GetRangeBase() + overlap); in FlashErase()
/external/llvm-project/lldb/source/Plugins/ObjectFile/Mach-O/
DObjectFileMachO.cpp1314 entry.SetRangeBase(encryption_cmd.cryptoff); in GetEncryptedFileRanges()
5433 file_range.SetRangeBase(offset); in GetNumThreadContexts()