| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | ManualDWARFIndex.cpp | 39 if (unit && m_units_to_avoid.count(unit->GetOffset()) == 0) in Index() 101 unit.GetOffset()); in IndexUnit() 107 IndexUnitImpl(unit, cu_language, fixed_form_sizes, unit.GetOffset(), set); in IndexUnit() 112 fixed_form_sizes, unit.GetOffset(), set); in IndexUnit() 268 DIERef(cu_offset, die.GetOffset())); in IndexUnitImpl() 273 DIERef(cu_offset, die.GetOffset())); in IndexUnitImpl() 326 DIERef(cu_offset, die.GetOffset())); in IndexUnitImpl() 332 DIERef(cu_offset, die.GetOffset())); in IndexUnitImpl() 338 DIERef(cu_offset, die.GetOffset())); in IndexUnitImpl() 351 DIERef(cu_offset, die.GetOffset())); in IndexUnitImpl() [all …]
|
| H A D | DWARFBaseDIE.cpp | 25 dw_offset_t cu_offset = m_cu->GetOffset(); in GetDIERef() 28 return DIERef(cu_offset, m_die->GetOffset()); in GetDIERef() 120 dw_offset_t DWARFBaseDIE::GetOffset() const { in GetOffset() function in DWARFBaseDIE 122 return m_die->GetOffset(); in GetOffset() 129 return m_die->GetOffset() - m_cu->GetOffset(); in GetCompileUnitRelativeOffset()
|
| H A D | DWARFASTParserClang.cpp | 3941 src_class_die.GetOffset(), dst_class_die.GetOffset(), in CopyUniqueClassMethodTypes() 3976 src_die.GetOffset(), src_name, dst_die.GetOffset(), in CopyUniqueClassMethodTypes() 4008 src_die.GetOffset(), dst_die.GetOffset()); in CopyUniqueClassMethodTypes() 4018 src_die.GetOffset(), dst_die.GetOffset()); in CopyUniqueClassMethodTypes() 4024 src_die.GetOffset(), dst_die.GetOffset()); in CopyUniqueClassMethodTypes() 4047 src_die.GetOffset(), dst_die.GetOffset()); in CopyUniqueClassMethodTypes() 4053 src_die.GetOffset(), dst_die.GetOffset()); in CopyUniqueClassMethodTypes() 4071 src_die.GetOffset(), dst_die.GetOffset()); in CopyUniqueClassMethodTypes() 4111 src_die.GetOffset(), dst_die.GetOffset()); in CopyUniqueClassMethodTypes() 4121 src_die.GetOffset(), dst_die.GetOffset()); in CopyUniqueClassMethodTypes() [all …]
|
| H A D | DWARFDebugRanges.h | 25 virtual uint64_t GetOffset(size_t Index) const = 0; 35 uint64_t GetOffset(size_t Index) const override; 63 uint64_t GetOffset(size_t Index) const override;
|
| H A D | DWARFDebugInfo.cpp | 77 dw_offset_t offset = cu->GetOffset(); in GetCompileUnitAranges() 139 return offset < cu_sp->GetOffset(); in OffsetLessThanCompileUnitOffset() 152 if (m_compile_units[0]->GetOffset() == cu_offset) { in GetCompileUnit() 163 if ((*pos)->GetOffset() == cu_offset) { in GetCompileUnit()
|
| H A D | SymbolFileDWARFDwo.cpp | 27 SetID(((lldb::user_id_t)dwarf_cu->GetOffset()) << 32); in SymbolFileDWARFDwo() 39 data.SetData(m_dwarf_data, section_sp->GetOffset(), in LoadSectionData() 168 lldbassert(m_base_dwarf_cu->GetOffset() == die_ref.cu_offset); in GetDIE()
|
| H A D | DWARFUnit.cpp | 178 GetOffset()); in ExtractDIEsRWLocked() 286 GetOffset(), offset); in ExtractDIEsEndCheck() 444 return m_abbrevs ? m_abbrevs->GetOffset() : DW_INVALID_OFFSET; in GetAbbrevOffset() 481 const dw_offset_t cu_offset = GetOffset(); in BuildAddressRangeTable() 555 debug_aranges->AppendRange(GetOffset(), range.GetRangeBase(), in BuildAddressRangeTable() 586 return die.GetOffset() < die_offset; in CompareDIEOffset() 608 if (die_offset == (*pos).GetOffset()) in GetDIE() 785 GetOffset()); in GetFunctionAranges()
|
| H A D | DIERef.cpp | 29 cu_offset = dwarf_cu->GetOffset(); in DIERef() 48 cu_offset = dwarf_cu->GetOffset(); in DIERef()
|
| H A D | DWARFDebugInfoEntry.cpp | 394 return debug_ranges->GetOffset(form_value.Unsigned()); in GetRangesOffset() 669 s.Printf("0x%8.8x/0x%8.8x: %-30s (from %s in %s)", cu->GetOffset(), in DumpLocation() 670 GetOffset(), die_name ? die_name : "", cu_name ? cu_name : "<NULL>", in DumpLocation() 1339 debug_aranges->AppendRange(cu->GetOffset(), lo_pc, hi_pc); in BuildAddressRangeTable() 1370 debug_aranges->AppendRange(GetOffset(), lo_pc, hi_pc); in BuildFunctionAddressRangeTable() 1790 offset = GetOffset(); in GetAbbreviationDeclarationPtr() 1808 GetOffset(), (uint32_t)abbrev_decl->Code(), (uint32_t)abbrev_code); in GetAbbreviationDeclarationPtr() 1818 return a.GetOffset() < b.GetOffset(); in OffsetLessThan() 1832 strm.Printf("%.8x: %.8x %.8x %.8x 0x%4.4x %s%s\n", die_ref.GetOffset(), in DumpDIECollection() 1833 p ? p->GetOffset() : 0, s ? s->GetOffset() : 0, in DumpDIECollection() [all …]
|
| H A D | DWARFDIE.cpp | 101 if (cu->ContainsDIEOffset(block_die->GetOffset())) in LookupDeepestBlock() 105 DIERef(cu->GetOffset(), block_die->GetOffset())), in LookupDeepestBlock()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/UnwindAssembly/x86/ |
| H A D | UnwindAssembly-x86.cpp | 99 first_row->GetCFAValue().GetOffset() != wordsize) { in AugmentUnwindPlanFromCallSite() 107 first_row_pc_loc.GetOffset() != -wordsize) { in AugmentUnwindPlanFromCallSite() 115 first_row->GetOffset() != last_row->GetOffset()) { in AugmentUnwindPlanFromCallSite() 126 first_row->GetCFAValue().GetOffset() == in AugmentUnwindPlanFromCallSite() 127 last_row->GetCFAValue().GetOffset()) { in AugmentUnwindPlanFromCallSite() 136 first_row_pc_loc.GetOffset() == last_row_pc_loc.GetOffset()) { in AugmentUnwindPlanFromCallSite() 144 if (first_row_pc_loc.GetOffset() == -wordsize) { in AugmentUnwindPlanFromCallSite()
|
| H A D | x86AssemblyInspectionEngine.cpp | 792 m_lldb_fp_regnum, fa_value_ptr->GetOffset()); in GetNonCallSiteUnwindPlanFromAssembly() 800 m_lldb_alt_fp_regnum, fa_value_ptr->GetOffset()); in GetNonCallSiteUnwindPlanFromAssembly() 823 current_sp_bytes_offset_from_fa = fa_value_ptr->GetOffset(); in GetNonCallSiteUnwindPlanFromAssembly() 835 current_sp_bytes_offset_from_fa = fa_value_ptr->GetOffset(); in GetNonCallSiteUnwindPlanFromAssembly() 882 m_lldb_sp_regnum, fa_value_ptr->GetOffset()); in GetNonCallSiteUnwindPlanFromAssembly() 929 m_lldb_sp_regnum, fa_value_ptr->GetOffset()); in GetNonCallSiteUnwindPlanFromAssembly() 931 current_sp_bytes_offset_from_fa = fa_value_ptr->GetOffset(); in GetNonCallSiteUnwindPlanFromAssembly() 1014 fa_value_ptr->GetOffset() - stack_offset; in GetNonCallSiteUnwindPlanFromAssembly() 1128 if (first_row->GetOffset() != 0) in AugmentUnwindPlanFromCallSite() 1137 first_row->GetCFAValue().GetOffset() != m_wordsize) in AugmentUnwindPlanFromCallSite() [all …]
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Core/ |
| H A D | AddressRange.cpp | 65 return (addr.GetOffset() - m_base_addr.GetOffset()) < GetByteSize(); in ContainsFileAddress() 97 return (addr.GetOffset() - m_base_addr.GetOffset()) < GetByteSize(); in ContainsLoadAddress() 147 s->Address(m_base_addr.GetOffset() + GetByteSize(), addr_size); in Dump() 185 m_base_addr.GetOffset(), GetByteSize()); in DumpDebug()
|
| H A D | Address.cpp | 227 curr_address.SetOffset(curr_address.GetOffset() + bytes_read); in ReadCStringFromMemory() 537 cstr_addr.SetOffset(cstr_addr.GetOffset() + pointer_size); in Dump() 563 cfstring_data_addr.SetOffset(cfstring_data_addr.GetOffset() + in Dump() 977 return a.GetOffset() == rhs.GetOffset() && a.GetSection() == rhs.GetSection(); in operator ==() 983 return a.GetOffset() != rhs.GetOffset() || a.GetSection() != rhs.GetSection(); in operator !=()
|
| H A D | AddressResolverName.cpp | 151 func_addr.SetOffset(func_addr.GetOffset() + prologue_byte_size); in SearchCallback() 174 func_addr.SetOffset(func_addr.GetOffset() + prologue_byte_size); in SearchCallback()
|
| H A D | ValueObjectMemory.cpp | 67 m_value.GetScalar() = m_address.GetOffset(); in ValueObjectMemory() 99 m_value.GetScalar() = m_address.GetOffset(); in ValueObjectMemory()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/ |
| H A D | UnwindPlan.cpp | 194 s.Printf("0x%16.16" PRIx64 ": CFA=", base_addr + GetOffset()); in Dump() 196 s.Printf("%4" PRId64 ": CFA=", GetOffset()); in Dump() 327 m_row_list.back()->GetOffset() != row_sp->GetOffset()) in AppendRow() 338 if (row->GetOffset() >= row_sp->GetOffset()) in InsertRow() 342 if (it == m_row_list.end() || (*it)->GetOffset() != row_sp->GetOffset()) in InsertRow() 356 if ((*pos)->GetOffset() <= static_cast<lldb::offset_t>(offset)) in GetRowForFunctionOffset()
|
| H A D | FuncUnwinders.cpp | 86 current_pc.SetOffset(current_pc.GetOffset() + current_offset); in GetCompactUnwindUnwindPlan() 111 current_pc.SetOffset(current_pc.GetOffset() + current_offset); in GetEHFrameUnwindPlan() 133 current_pc.SetOffset(current_pc.GetOffset() + current_offset); in GetDebugFrameUnwindPlan() 156 current_pc.SetOffset(current_pc.GetOffset() + current_offset); in GetArmUnwindUnwindPlan()
|
| H A D | Symbol.cpp | 128 intptr_t str_ptr = m_addr_range.GetBaseAddress().GetOffset(); in GetReExportedSymbolName() 194 m_addr_range.GetBaseAddress().GetOffset()); in GetDescription() 198 m_addr_range.GetBaseAddress().GetOffset()); in GetDescription() 201 m_addr_range.GetBaseAddress().GetOffset()); in GetDescription() 251 s->Printf(format, m_addr_range.GetBaseAddress().GetOffset(), GetByteSize(), in Dump()
|
| H A D | Block.cpp | 230 const addr_t addr_offset = addr.GetOffset(); in GetRangeContainingAddress() 231 const addr_t func_offset = func_range.GetBaseAddress().GetOffset(); in GetRangeContainingAddress() 265 const addr_t addr_offset = addr.GetOffset(); in GetRangeIndexContainingAddress() 266 const addr_t func_offset = func_range.GetBaseAddress().GetOffset(); in GetRangeIndexContainingAddress()
|
| /freebsd-12.1/lib/libdevdctl/ |
| H A D | exception.h | 138 size_t GetOffset() const; 162 ParseException::GetOffset() const in GetOffset() function
|
| H A D | exception.cc | 113 if (GetOffset() == 0) { in ParseException() 118 markedBuffer.insert(GetOffset(), "<HERE-->"); in ParseException()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Breakpoint/ |
| H A D | BreakpointResolverAddress.cpp | 84 m_addr.GetOffset()); in SerializeToStructuredData() 87 m_addr.GetOffset()); in SerializeToStructuredData() 143 if (module_sp->ResolveFileAddress(m_addr.GetOffset(), tmp_address)) in SearchCallback()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/API/ |
| H A D | SBAddress.cpp | 132 addr_t addr_offset = m_opaque_ap->GetOffset(); in OffsetAddress() 148 lldb::addr_t SBAddress::GetOffset() { in GetOffset() function in SBAddress 150 return m_opaque_ap->GetOffset(); in GetOffset()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/ |
| H A D | RegisterContextLLDB.cpp | 97 pc_minus_one.SetOffset(m_current_pc.GetOffset() - 1); in IsUnwindPlanValidForCurrentPC() 100 valid_pc_offset = m_current_pc.GetOffset() - 1; in IsUnwindPlanValidForCurrentPC() 190 m_current_offset = m_current_pc.GetOffset() - m_start_pc.GetOffset(); in InitializeZerothFrame() 487 addr_range.GetBaseAddress().GetOffset() == m_current_pc.GetOffset()))) { in InitializeNonZerothFrame() 1429 int offset = unwindplan_regloc.GetOffset(); in SavedLocationForRegister() 1441 int offset = unwindplan_regloc.GetOffset(); in SavedLocationForRegister() 1456 int offset = unwindplan_regloc.GetOffset(); in SavedLocationForRegister() 1471 int offset = unwindplan_regloc.GetOffset(); in SavedLocationForRegister() 1793 address = cfa_reg_contents + fa.GetOffset(); in ReadFrameAddress() 1798 cfa_reg_contents, fa.GetOffset()); in ReadFrameAddress()
|