| /freebsd/contrib/llvm-project/lldb/source/Target/ |
| H A D | CoreFileMemoryRanges.cpp | 17 return !(region_one->GetRangeEnd() < region_two->GetRangeBase() || in Overlaps() 18 region_two->GetRangeEnd() < region_one->GetRangeBase()); in Overlaps() 22 return region_one->GetRangeBase() == region_two->GetRangeEnd() || in IntersectHelper() 23 region_one->GetRangeEnd() == region_two->GetRangeBase(); in IntersectHelper() 52 region_one->GetRangeBase(), region_one->GetRangeEnd(), in FinalizeCoreFileSaveRanges() 53 region_two->GetRangeBase(), region_two->GetRangeEnd()); in FinalizeCoreFileSaveRanges() 61 std::min(region_one->GetRangeBase(), region_two->GetRangeBase()); in FinalizeCoreFileSaveRanges()
|
| H A D | MemoryRegionInfo.cpp | 17 Info.GetRange().GetRangeBase(), in operator <<()
|
| H A D | Memory.cpp | 118 if (entry->GetRangeBase() == base_addr && in RemoveInvalidRange() 184 memcpy(dst, pos->second->GetBytes() + (addr - chunk_range.GetRangeBase()), in Read() 296 addr_t addr = free_block.GetRangeBase(); in ReserveBlock()
|
| H A D | MemoryTagMap.cpp | 40 addr = range.GetRangeBase(); in GetTags()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
| H A D | MemoryTagManagerAArch64MTE.cpp | 57 lldb::addr_t new_start = range.GetRangeBase(); in ExpandToGranule() 106 return region.GetRange().Contains(remaining_range.GetRangeBase()); in MakeTaggedRange() 115 tag_range.GetRangeBase(), in MakeTaggedRange() 153 return lhs.GetRange().GetRangeBase() < rhs.GetRange().GetRangeBase(); in MakeTaggedRanges() 198 std::max(range.GetRangeBase(), region.GetRange().GetRangeBase()); in MakeTaggedRanges()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Utility/ |
| H A D | RangeMap.h | 45 BaseType GetRangeBase() const { return base; } in GetRangeBase() function 68 const BaseType lhs_base = this->GetRangeBase(); in Intersect() 69 const BaseType rhs_base = rhs.GetRangeBase(); in Intersect() 94 return (GetRangeBase() <= r) && (r < GetRangeEnd()); in Contains() 98 return (GetRangeBase() <= r) && (r <= GetRangeEnd()); in ContainsEndInclusive() 102 return Contains(range.GetRangeBase()) && in Contains() 108 const BaseType lhs_base = this->GetRangeBase(); in DoesAdjoinOrIntersect() 109 const BaseType rhs_base = rhs.GetRangeBase(); in DoesAdjoinOrIntersect() 269 return m_entries.front().GetRangeBase(); in GetMinRangeBase() 313 return lhs.GetRangeBase() < rhs.GetRangeBase(); in BaseLessThan() [all …]
|
| /freebsd/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectMemoryTag.cpp | 110 tagged_range->GetRangeBase(), tagged_range->GetByteSize()); in DoExecute() 120 addr_t addr = tagged_range->GetRangeBase(); in DoExecute() 259 .GetRangeBase(); in DoExecute() 289 Status status = process->WriteMemoryTags(tagged_range->GetRangeBase(), in DoExecute()
|
| /freebsd/contrib/llvm-project/lldb/source/Expression/ |
| H A D | DWARFExpressionList.cpp | 80 AddressRange range_in_file(entry->GetRangeBase(), in GetExpressionEntryAtAddress() 81 entry->GetRangeEnd() - entry->GetRangeBase()); in GetExpressionEntryAtAddress() 184 addr_t load_base = entry.GetRangeBase() + func_load_addr - m_func_file_addr; in DumpLocations() 224 llvm::DWARFFormValue::dumpAddress(os, addr_size, entry.GetRangeBase()); in GetDescription()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/ |
| H A D | ProcessElfCore.cpp | 125 if (last_entry && last_entry->GetRangeEnd() == range_entry.GetRangeBase() && in AddAddressRangeFromLoadSegment() 126 last_entry->data.GetRangeEnd() == range_entry.data.GetRangeBase() && in AddAddressRangeFromLoadSegment() 344 region_info.GetRange().SetRangeBase(permission_entry->GetRangeBase()); in DoGetMemoryRegionInfo() 362 m_core_tag_ranges.FindEntryStartsAt(permission_entry->GetRangeBase()); in DoGetMemoryRegionInfo() 366 } else if (load_addr < permission_entry->GetRangeBase()) { in DoGetMemoryRegionInfo() 368 region_info.GetRange().SetRangeEnd(permission_entry->GetRangeBase()); in DoGetMemoryRegionInfo() 405 const lldb::addr_t offset = addr - address_range->GetRangeBase(); in DoReadMemory() 406 const lldb::addr_t file_start = address_range->data.GetRangeBase(); in DoReadMemory() 463 tag_entry->GetRangeBase(), tag_entry->data.GetRangeBase(), addr, len); in ReadMemoryTags()
|
| /freebsd/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | LineTable.cpp | 364 if (range.GetRangeBase() != LLDB_INVALID_ADDRESS) { in GetContiguousFileAddressRanges() 369 } else if (range.GetRangeBase() == LLDB_INVALID_ADDRESS) { in GetContiguousFileAddressRanges() 405 file_range_entry->GetRangeBase() + in LinkLineTable() 413 prev_file_range_entry->GetRangeBase() + prev_file_range_entry->data; in LinkLineTable() 435 prev_file_range_entry->GetRangeBase() + prev_file_range_entry->data; in LinkLineTable()
|
| H A D | Block.cpp | 49 DumpAddressRange(s->AsRawOstream(), base_addr + range.GetRangeBase(), in GetDescription() 92 DumpAddressRange(s->AsRawOstream(), base_addr + range.GetRangeBase(), in Dump() 174 DumpAddressRange(s->AsRawOstream(), base_addr + range.GetRangeBase(), in DumpAddressRanges() 257 Address(func_addr.GetFileAddress() + range_ptr->GetRangeBase(), in GetRangeContainingAddress() 339 const addr_t block_start_addr = function_file_addr + range.GetRangeBase(); in AddRange()
|
| H A D | Symtab.cpp | 978 addr_t curr_base_addr = entry->GetRangeBase(); in InitAddressIndexes() 987 (entry->GetRangeBase() - containing_section->GetRangeBase()); in InitAddressIndexes() 993 addr_t next_base_addr = next_entry->GetRangeBase(); in InitAddressIndexes()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | MemoryRegionInfo.h | 167 return lhs.GetRange().GetRangeBase() < rhs; 171 return lhs < rhs.GetRange().GetRangeBase();
|
| H A D | Memory.h | 81 lldb::addr_t GetBaseAddress() const { return m_range.GetRangeBase(); } in GetBaseAddress()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFDebugAranges.cpp | 60 entry->GetRangeBase(), entry->GetRangeEnd()); in Dump()
|
| H A D | DWARFCompileUnit.cpp | 92 debug_aranges->AppendRange(GetOffset(), range.GetRangeBase(), in BuildAddressRangeTable()
|
| H A D | SymbolFileDWARFDebugMap.cpp | 865 exe_file_addr - debug_map_entry->GetRangeBase() + in ResolveSymbolContext() 1450 entry.GetRangeBase(), entry.GetRangeEnd(), entry.data, in FinalizeOSOFileRanges() 1468 oso_file_addr - oso_range_entry->GetRangeBase(); in LinkOSOFileAddress() 1470 debug_map_entry->GetRangeBase() + offset; in LinkOSOFileAddress() 1496 oso_file_addr - oso_range_entry->GetRangeBase(); in LinkOSOAddress() 1498 debug_map_entry->GetRangeBase() + offset; in LinkOSOAddress() 1527 entry->GetRangeBase(), in AddOSOARanges()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/ |
| H A D | NativeProcessFreeBSD.cpp | 611 assert((proc_entry_info.GetRange().GetRangeBase() >= prev_base_address) && in GetMemoryRegionInfo() 613 prev_base_address = proc_entry_info.GetRange().GetRangeBase(); in GetMemoryRegionInfo() 617 if (load_addr < proc_entry_info.GetRange().GetRangeBase()) { in GetMemoryRegionInfo() 620 proc_entry_info.GetRange().GetRangeBase() - load_addr); in GetMemoryRegionInfo() 775 load_addr = it.first.GetRange().GetRangeBase(); in GetFileLoadAddress()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/ |
| H A D | NativeProcessNetBSD.cpp | 643 assert((proc_entry_info.GetRange().GetRangeBase() >= prev_base_address) && in GetMemoryRegionInfo() 645 prev_base_address = proc_entry_info.GetRange().GetRangeBase(); in GetMemoryRegionInfo() 649 if (load_addr < proc_entry_info.GetRange().GetRangeBase()) { in GetMemoryRegionInfo() 652 proc_entry_info.GetRange().GetRangeBase() - load_addr); in GetMemoryRegionInfo() 791 load_addr = it.first.GetRange().GetRangeBase(); in GetFileLoadAddress()
|
| /freebsd/contrib/llvm-project/lldb/source/API/ |
| H A D | SBMemoryRegionInfo.cpp | 88 return m_opaque_up->GetRange().GetRangeBase(); in GetRegionBase()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
| H A D | ObjectFileELF.cpp | 1799 auto It = Segments.find(Range.GetRangeBase()); in GetAddressInfo() 1802 if (It.start() <= Range.GetRangeBase()) { in GetAddressInfo() 1803 MaxSize = It.stop() - Range.GetRangeBase(); in GetAddressInfo() 1806 MaxSize = It.start() - Range.GetRangeBase(); in GetAddressInfo() 1814 Sections.overlaps(Range.GetRangeBase(), Range.GetRangeEnd())) { in GetAddressInfo() 1824 Segments.insert(Range.GetRangeBase(), Range.GetRangeEnd(), std::move(Seg)); in AddSegment() 1833 Sections.insert(Info.Range.GetRangeBase(), Info.Range.GetRangeEnd(), in AddSection() 1895 InfoOr->GetRangeBase(), InfoOr->GetByteSize(), PHdr.p_offset, in CreateSections() 1937 InfoOr->Range.GetRangeBase(), // VM address. in CreateSections()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | PdbUtil.cpp | 98 lldb::addr_t base = range.GetRangeBase(); in AddMemberLocationRanges() 149 lldb::addr_t base = range.GetRangeBase(); in AddDwarfRange() 912 result.location.AddExpression(entry.GetRangeBase(), entry.GetRangeEnd(), in GetVariableLocationInfo()
|
| /freebsd/contrib/llvm-project/lldb/source/Core/ |
| H A D | DumpDataExtractor.cpp | 284 process_sp->ReadMemoryTags(range.GetRangeBase(), range.GetByteSize()); in GetMemoryTags() 287 memory_tag_map.InsertTags(range.GetRangeBase(), *tags_or_err); in GetMemoryTags()
|
| H A D | Address.cpp | 743 DumpAddressRange(s->AsRawOstream(), range.GetRangeBase(), in Dump() 748 DumpAddressRange(s->AsRawOstream(), range->GetRangeBase(), in Dump()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Process/minidump/ |
| H A D | ProcessMinidump.cpp | 399 region.GetRange().GetRangeBase() <= section_range.GetRangeBase() && in BuildMemoryRegions()
|