Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/minidump/
H A DMinidumpParser.cpp448 region.GetRange().SetRangeBase(entry->base_address); in CreateRegionsCacheFromMemoryInfoList()
473 region.GetRange().SetRangeBase(memory_desc.start_of_memory_range); in CreateRegionsCacheFromMemoryList()
503 region.GetRange().SetRangeBase(memory_desc.start_of_memory_range); in CreateRegionsCacheFromMemory64List()
523 region.GetRange().SetRangeBase(0); in FindMemoryRegion()
528 region.GetRange().SetRangeBase(prev->GetRange().GetRangeEnd()); in FindMemoryRegion()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DLinuxProcMaps.cpp46 memory_region_info.GetRange().SetRangeBase(start_address); in ParseMemoryRegionInfoFromProcMapsLine()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.cpp304 region_info.GetRange().SetRangeBase(permission_entry->GetRangeBase()); in GetMemoryRegionInfo()
318 region_info.GetRange().SetRangeBase(load_addr); in GetMemoryRegionInfo()
328 region_info.GetRange().SetRangeBase(load_addr); in GetMemoryRegionInfo()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/NetBSD/
H A DNativeProcessNetBSD.cpp469 range_info.GetRange().SetRangeBase(load_addr); in GetMemoryRegionInfo()
488 range_info.GetRange().SetRangeBase(load_addr); in GetMemoryRegionInfo()
519 info.GetRange().SetRangeBase(vm[i].kve_start); in PopulateMemoryRegionCache()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DMemory.cpp300 free_block.SetRangeBase(reserved_block.GetRangeEnd()); in ReserveBlock()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DSymtab.cpp884 entry.SetRangeBase(base_addr); in AddSectionsToRangeMap()
903 entry.SetRangeBase(pos->GetAddressRef().GetFileAddress()); in InitAddressIndexes()
H A DLineTable.cpp441 range.SetRangeBase(entry.file_addr); in GetContiguousFileAddressRanges()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DRangeMap.h53 void SetRangeBase(BaseType b) { base = b; } in SetRangeBase() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp1463 region_info.GetRange().SetRangeBase(addr_value); in GetMemoryRegionInfo()
1626 region.GetRange().SetRangeBase(start); in LoadQXferMemoryMap()
H A DProcessGDBRemote.cpp2905 range.SetRangeBase(range.GetRangeBase() + overlap); in FlashErase()