Home
last modified time | relevance | path

Searched refs:GetRangeBase (Results 1 – 21 of 21) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DRangeMap.h51 BaseType GetRangeBase() const { return base; } in GetRangeBase() function
93 return Contains(range.GetRangeBase()) && in Contains()
100 const BaseType rhs_base = rhs.GetRangeBase(); in DoesAdjoinOrIntersect()
110 const BaseType rhs_base = rhs.GetRangeBase(); in DoesIntersect()
226 return m_entries.front().GetRangeBase(); in GetMinRangeBase()
267 return lhs.GetRangeBase() < rhs.GetRangeBase(); in BaseLessThan()
458 return m_entries.front().GetRangeBase(); in GetMinRangeBase()
502 return lhs.GetRangeBase() < rhs.GetRangeBase(); in BaseLessThan()
626 return this->GetRangeBase() == rhs.GetRangeBase() &&
631 return this->GetRangeBase() != rhs.GetRangeBase() ||
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DBlock.cpp47 s->AddressRange(base_addr + range.GetRangeBase(), in GetDescription()
90 s->AddressRange(base_addr + range.GetRangeBase(), in Dump()
163 s->AddressRange(base_addr + range.GetRangeBase(), in DumpAddressRanges()
241 range_ptr->GetRangeBase()); in GetRangeContainingAddress()
283 range.GetBaseAddress().Slide(vm_range.GetRangeBase()); in GetRangeAtIndex()
298 addr.Slide(m_ranges.GetEntryRef(0).GetRangeBase()); in GetStartAddress()
318 const addr_t block_start_addr = function_file_addr + range.GetRangeBase(); in AddRange()
H A DLineTable.cpp435 if (range.GetRangeBase() != LLDB_INVALID_ADDRESS) { in GetContiguousFileAddressRanges()
440 } else if (range.GetRangeBase() == LLDB_INVALID_ADDRESS) { in GetContiguousFileAddressRanges()
476 file_range_entry->GetRangeBase() + in LinkLineTable()
484 prev_file_range_entry->GetRangeBase() + prev_file_range_entry->data; in LinkLineTable()
506 prev_file_range_entry->GetRangeBase() + prev_file_range_entry->data; in LinkLineTable()
H A DSymtab.cpp933 addr_t curr_base_addr = entry->GetRangeBase(); in InitAddressIndexes()
942 (entry->GetRangeBase() - containing_section->GetRangeBase()); in InitAddressIndexes()
948 addr_t next_base_addr = next_entry->GetRangeBase(); in InitAddressIndexes()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.cpp127 if (last_entry && last_entry->GetRangeEnd() == range_entry.GetRangeBase() && in AddAddressRangeFromLoadSegment()
128 last_entry->data.GetRangeEnd() == range_entry.data.GetRangeBase() && in AddAddressRangeFromLoadSegment()
304 region_info.GetRange().SetRangeBase(permission_entry->GetRangeBase()); in GetMemoryRegionInfo()
317 } else if (load_addr < permission_entry->GetRangeBase()) { in GetMemoryRegionInfo()
319 region_info.GetRange().SetRangeEnd(permission_entry->GetRangeBase()); in GetMemoryRegionInfo()
354 const lldb::addr_t offset = addr - address_range->GetRangeBase(); in DoReadMemory()
355 const lldb::addr_t file_start = address_range->data.GetRangeBase(); in DoReadMemory()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DMemoryRegionInfo.h118 return lhs.GetRange().GetRangeBase() < rhs;
122 return lhs < rhs.GetRange().GetRangeBase();
H A DMemory.h87 lldb::addr_t GetBaseAddress() const { return m_range.GetRangeBase(); } in GetBaseAddress()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DMemory.cpp120 if (entry->GetRangeBase() == base_addr && in RemoveInvalidRange()
148 memcpy(dst, pos->second->GetBytes() + addr - chunk_range.GetRangeBase(), in Read()
278 addr_t addr = free_block.GetRangeBase(); in ReserveBlock()
H A DProcess.cpp5725 m_memory_cache.AddInvalidRange(region.GetRangeBase(), region.GetByteSize()); in AddInvalidMemoryRegion()
5729 return m_memory_cache.RemoveInvalidRange(region.GetRangeBase(), in RemoveInvalidMemoryRange()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp766 exe_file_addr - debug_map_entry->GetRangeBase() + in ResolveSymbolContext()
1360 entry.GetRangeBase(), entry.GetRangeEnd(), entry.data, in FinalizeOSOFileRanges()
1378 oso_file_addr - oso_range_entry->GetRangeBase(); in LinkOSOFileAddress()
1380 debug_map_entry->GetRangeBase() + offset; in LinkOSOFileAddress()
1406 oso_file_addr - oso_range_entry->GetRangeBase(); in LinkOSOAddress()
1408 debug_map_entry->GetRangeBase() + offset; in LinkOSOAddress()
1436 debug_aranges->AppendRange(dwarf2Data->GetID(), entry->GetRangeBase(), in AddOSOARanges()
H A DDWARFUnit.cpp493 debug_aranges->AppendRange(cu_offset, range.GetRangeBase(), in BuildAddressRangeTable()
530 debug_aranges->AppendRange(cu_offset, range.GetRangeBase(), in BuildAddressRangeTable()
555 debug_aranges->AppendRange(GetOffset(), range.GetRangeBase(), in BuildAddressRangeTable()
H A DDWARFDebugAranges.cpp102 entry->GetRangeBase(), entry->GetRangeEnd()); in Dump()
H A DSymbolFileDWARF.cpp1222 const addr_t range_base = range.GetRangeBase(); in ParseBlocksRecursive()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/NetBSD/
H A DNativeProcessNetBSD.cpp462 assert((proc_entry_info.GetRange().GetRangeBase() >= prev_base_address) && in GetMemoryRegionInfo()
464 prev_base_address = proc_entry_info.GetRange().GetRangeBase(); in GetMemoryRegionInfo()
468 if (load_addr < proc_entry_info.GetRange().GetRangeBase()) { in GetMemoryRegionInfo()
471 proc_entry_info.GetRange().GetRangeBase() - load_addr); in GetMemoryRegionInfo()
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBMemoryRegionInfo.cpp59 return m_opaque_ap->GetRange().GetRangeBase(); in GetRegionBase()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DDynamicLoader.cpp196 memory_info.GetRange().GetRangeBase() == base_addr && in LoadModuleAtAddress()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1901 auto It = Segments.find(Range.GetRangeBase()); in GetAddressInfo()
1904 if (It.start() <= Range.GetRangeBase()) { in GetAddressInfo()
1905 MaxSize = It.stop() - Range.GetRangeBase(); in GetAddressInfo()
1908 MaxSize = It.start() - Range.GetRangeBase(); in GetAddressInfo()
1916 Sections.overlaps(Range.GetRangeBase(), Range.GetRangeEnd())) { in GetAddressInfo()
1926 Segments.insert(Range.GetRangeBase(), Range.GetRangeEnd(), std::move(Seg)); in AddSegment()
1934 Sections.insert(Info.Range.GetRangeBase(), Info.Range.GetRangeEnd(), in AddSection()
1961 eSectionTypeContainer, InfoOr->GetRangeBase(), InfoOr->GetByteSize(), in CreateSections()
2000 InfoOr->Range.GetRangeBase(), // VM address. in CreateSections()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/minidump/
H A DMinidumpParser.cpp533 region.GetRange().SetRangeEnd(pos->GetRange().GetRangeBase()); in FindMemoryRegion()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp2900 if (range.GetRangeBase() < last_range.GetRangeEnd()) { in FlashErase()
2901 auto overlap = last_range.GetRangeEnd() - range.GetRangeBase(); in FlashErase()
2905 range.SetRangeBase(range.GetRangeBase() + overlap); in FlashErase()
2910 packet.Printf("vFlashErase:%" PRIx64 ",%" PRIx64, range.GetRangeBase(), in FlashErase()
H A DGDBRemoteCommunicationServerLLGS.cpp2434 region_info.GetRange().GetRangeBase(),
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectMemory.cpp1741 range_info.GetRange().GetRangeBase(), in DoExecute()