/freebsd/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/x86/ |
H A D | UnwindAssembly-x86.cpp | 97 first_row->GetCFAValue().GetOffset() != wordsize) { in AugmentUnwindPlanFromCallSite() 105 first_row_pc_loc.GetOffset() != -wordsize) { in AugmentUnwindPlanFromCallSite() 113 first_row->GetOffset() != last_row->GetOffset()) { in AugmentUnwindPlanFromCallSite() 124 first_row->GetCFAValue().GetOffset() == in AugmentUnwindPlanFromCallSite() 125 last_row->GetCFAValue().GetOffset()) { in AugmentUnwindPlanFromCallSite() 134 first_row_pc_loc.GetOffset() == last_row_pc_loc.GetOffset()) { in AugmentUnwindPlanFromCallSite() 142 if (first_row_pc_loc.GetOffset() == -wordsize) { in AugmentUnwindPlanFromCallSite()
|
H A D | x86AssemblyInspectionEngine.cpp | 986 m_lldb_fp_regnum, fa_value_ptr->GetOffset()); in GetNonCallSiteUnwindPlanFromAssembly() 994 m_lldb_alt_fp_regnum, fa_value_ptr->GetOffset()); in GetNonCallSiteUnwindPlanFromAssembly() 1017 current_sp_bytes_offset_from_fa = fa_value_ptr->GetOffset(); in GetNonCallSiteUnwindPlanFromAssembly() 1029 current_sp_bytes_offset_from_fa = fa_value_ptr->GetOffset(); in GetNonCallSiteUnwindPlanFromAssembly() 1076 m_lldb_sp_regnum, fa_value_ptr->GetOffset()); in GetNonCallSiteUnwindPlanFromAssembly() 1123 m_lldb_sp_regnum, fa_value_ptr->GetOffset()); in GetNonCallSiteUnwindPlanFromAssembly() 1125 current_sp_bytes_offset_from_fa = fa_value_ptr->GetOffset(); in GetNonCallSiteUnwindPlanFromAssembly() 1153 regloc.SetAtAFAPlusOffset(-(stack_offset + fa_value_ptr->GetOffset())); in GetNonCallSiteUnwindPlanFromAssembly() 1155 regloc.SetAtCFAPlusOffset(-(stack_offset + fa_value_ptr->GetOffset())); in GetNonCallSiteUnwindPlanFromAssembly() 1208 fa_value_ptr->GetOffset() - stack_offset; in GetNonCallSiteUnwindPlanFromAssembly() [all …]
|
/freebsd/contrib/llvm-project/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() 169 DumpAddress(s->AsRawOstream(), m_base_addr.GetOffset() + GetByteSize(), in Dump() 209 m_base_addr.GetOffset(), GetByteSize()); in DumpDebug()
|
H A D | Address.cpp | 229 curr_address.SetOffset(curr_address.GetOffset() + bytes_read); in ReadCStringFromMemory() 567 cstr_addr.SetOffset(cstr_addr.GetOffset() + pointer_size); in Dump() 593 cfstring_data_addr.SetOffset(cfstring_data_addr.GetOffset() + in Dump() 1024 return a.GetOffset() == rhs.GetOffset() && a.GetSection() == rhs.GetSection(); in operator ==() 1030 return a.GetOffset() != rhs.GetOffset() || a.GetSection() != rhs.GetSection(); in operator !=()
|
H A D | ValueObjectMemory.cpp | 73 m_value.GetScalar() = m_address.GetOffset(); in ValueObjectMemory() 103 m_value.GetScalar() = m_address.GetOffset(); in ValueObjectMemory()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | DWARFCompileUnit.cpp | 27 GetOffset(), GetLength(), GetVersion(), (uint32_t)GetAbbrevOffset(), in Dump() 42 const dw_offset_t cu_offset = GetOffset(); in BuildAddressRangeTable() 87 debug_aranges->AppendRange(GetOffset(), range.GetRangeBase(), in BuildAddressRangeTable()
|
H A D | DWARFBaseDIE.cpp | 28 m_cu->GetDebugSection(), m_die->GetOffset()); in GetDIERef() 92 dw_offset_t DWARFBaseDIE::GetOffset() const { in GetOffset() function in DWARFBaseDIE 94 return m_die->GetOffset(); in GetOffset()
|
H A D | DWARFDebugInfo.cpp | 68 dw_offset_t offset = cu->GetOffset(); in GetCompileUnitAranges() 203 return lhs < std::make_pair(rhs->GetDebugSection(), rhs->GetOffset()); in FindUnitIndex() 216 if (result && result->GetOffset() != cu_offset) { in GetUnitAtOffset()
|
H A D | DWARFUnit.cpp | 97 *m_dwo_id, m_first_die.GetOffset())); in ExtractUnitDIEIfNeeded() 113 m_first_die.GetOffset())); in ExtractUnitDIEIfNeeded() 226 llvm::formatv("{0:x16}: DWARFUnit::ExtractDIEsIfNeeded()", GetOffset()) in ExtractDIEsRWLocked() 595 GetOffset()) in GetRnglistOffset() 641 return die.GetOffset() < die_offset; in CompareDIEOffset() 657 GetOffset()); in GetDIE() 666 if (pos != end && die_offset == (*pos).GetOffset()) in GetDIE()
|
H A D | DWARFTypeUnit.cpp | 22 GetOffset(), (uint32_t)GetLength(), GetVersion(), in Dump()
|
H A D | DWARFASTParserClang.cpp | 268 type_name_cstr ? type_name_cstr : "", die.GetOffset()); in PrepareContextToReceiveMembers() 452 die.GetOffset(), static_cast<void *>(context), context_die.GetOffset(), in ParseTypeFromDWARF() 519 die.GetOffset(), tag, DW_TAG_value_to_name(tag)); in ParseTypeFromDWARF() 586 die.GetOffset(), authentication_mode_int); in GetPtrAuthMofidierPayload() 758 die.GetOffset(), DW_TAG_value_to_name(die.Tag()), die.Tag(), in ParseTypeModifier() 770 die.GetOffset(), DW_TAG_value_to_name(die.Tag()), die.Tag(), in ParseTypeModifier() 782 die.GetOffset(), DW_TAG_value_to_name(die.Tag()), die.Tag(), in ParseTypeModifier() 804 die.GetOffset(), DW_TAG_value_to_name(die.Tag()), die.Tag(), in ParseTypeModifier() 959 def_die.GetOffset(), attrs.name.GetCString()); in ParseEnum() 1031 die.GetOffset(), tag, DW_TAG_value_to_name(tag)); in ParseObjCMethod() [all …]
|
H A D | DWARFTypeUnit.h | 29 dw_offset_t GetTypeOffset() { return GetOffset() + m_header.getTypeOffset(); } in GetTypeOffset()
|
H A D | SymbolFileDWARF.cpp | 344 const dw_offset_t die_offset = die.GetOffset(); in GetTypes() 425 GetTypes(unit->DIE(), unit->GetOffset(), unit->GetNextUnitOffset(), in GetTypes() 1102 dwarf_cu.GetOffset())) in ParseSupportFiles() 1241 ParseLLVMLineTable(m_context, line, offset, dwarf_cu->GetOffset()); in ParseLineTable() 1566 die.GetOffset(), DW_TAG_value_to_name(die.Tag()), die.Tag(), in ResolveTypeUID() 1585 die.GetOffset(), DW_TAG_value_to_name(die.Tag()), die.Tag(), in ResolveTypeUID() 1586 die.GetName(), decl_ctx_die.GetOffset()); in ResolveTypeUID() 1694 die.GetOffset(), DW_TAG_value_to_name(die.Tag()), die.Tag(), in ResolveType() 1847 "missing DWO name in skeleton DIE {0:x16}", cu_die.GetOffset())); in GetDwoSymbolFileForCompileUnit() 1916 dwo_name, cu_die.GetOffset()); in GetDwoSymbolFileForCompileUnit() [all …]
|
/freebsd/contrib/llvm-project/lldb/source/Symbol/ |
H A D | UnwindPlan.cpp | 228 s.Printf("0x%16.16" PRIx64 ": CFA=", base_addr + GetOffset()); in Dump() 230 s.Printf("%4" PRId64 ": CFA=", GetOffset()); in Dump() 364 m_row_list.back()->GetOffset() != row_sp->GetOffset()) in AppendRow() 375 if (row->GetOffset() >= row_sp->GetOffset()) in InsertRow() 379 if (it == m_row_list.end() || (*it)->GetOffset() != row_sp->GetOffset()) in InsertRow() 393 if ((*pos)->GetOffset() <= static_cast<lldb::offset_t>(offset)) in GetRowForFunctionOffset()
|
H A D | Block.cpp | 256 const addr_t addr_offset = addr.GetOffset(); in GetRangeContainingAddress() 257 const addr_t func_offset = func_range.GetBaseAddress().GetOffset(); in GetRangeContainingAddress() 291 const addr_t addr_offset = addr.GetOffset(); in GetRangeIndexContainingAddress() 292 const addr_t func_offset = func_range.GetBaseAddress().GetOffset(); in GetRangeIndexContainingAddress()
|
H A D | Symbol.cpp | 178 intptr_t str_ptr = m_addr_range.GetBaseAddress().GetOffset(); in GetReExportedSymbolName() 245 m_addr_range.GetBaseAddress().GetOffset()); in GetDescription() 249 m_addr_range.GetBaseAddress().GetOffset()); in GetDescription() 252 m_addr_range.GetBaseAddress().GetOffset()); in GetDescription() 308 s->Printf(format, m_addr_range.GetBaseAddress().GetOffset(), GetByteSize(), in Dump()
|
/freebsd/lib/libdevdctl/ |
H A D | exception.h | 136 size_t GetOffset() const; 160 ParseException::GetOffset() const in GetOffset() function
|
H A D | exception.cc | 110 if (GetOffset() == 0) { in ParseException() 115 markedBuffer.insert(GetOffset(), "<HERE-->"); in ParseException()
|
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/ |
H A D | BreakpointResolverAddress.cpp | 74 m_addr.GetOffset()); in SerializeToStructuredData() 77 m_addr.GetOffset()); in SerializeToStructuredData() 131 if (module_sp->ResolveFileAddress(m_addr.GetOffset(), tmp_address)) in SearchCallback()
|
H A D | BreakpointResolverName.cpp | 84 rhs.GetOffset()), in BreakpointResolverName() 343 break_addr.SetOffset(break_addr.GetOffset() + prologue_byte_size); in SearchCallback() 360 break_addr.SetOffset(break_addr.GetOffset() + prologue_byte_size); in SearchCallback()
|
/freebsd/contrib/llvm-project/lldb/source/API/ |
H A D | SBAddress.cpp | 143 addr_t addr_offset = m_opaque_up->GetOffset(); in OffsetAddress() 161 lldb::addr_t SBAddress::GetOffset() { in GetOffset() function in SBAddress 165 return m_opaque_up->GetOffset(); in GetOffset()
|
/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | RegisterContextUnwind.cpp | 103 pc_minus_one.SetOffset(m_current_pc.GetOffset() - 1); in IsUnwindPlanValidForCurrentPC() 189 m_current_offset = m_current_pc.GetOffset() - m_start_pc.GetOffset(); in InitializeZerothFrame() 527 addr_range.GetBaseAddress().GetOffset() != m_current_pc.GetOffset()) { in InitializeNonZerothFrame() 1579 int offset = unwindplan_regloc.GetOffset(); in SavedLocationForRegister() 1591 int offset = unwindplan_regloc.GetOffset(); in SavedLocationForRegister() 1606 int offset = unwindplan_regloc.GetOffset(); in SavedLocationForRegister() 1621 int offset = unwindplan_regloc.GetOffset(); in SavedLocationForRegister() 2013 address = cfa_reg_contents + fa.GetOffset(); in ReadFrameAddress() 2018 cfa_reg_contents, fa.GetOffset()); in ReadFrameAddress() 2051 lldb::addr_t return_address_hint = GetReturnAddressHint(fa.GetOffset()); in ReadFrameAddress()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Symtab/ |
H A D | SymbolFileSymtab.cpp | 177 next_symbol->GetAddressRef().GetOffset() - in ParseFunctions() 178 curr_symbol->GetAddressRef().GetOffset()); in ParseFunctions()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/ |
H A D | UnwindPlan.h | 141 int32_t GetOffset() const { in GetOffset() function 258 int32_t GetOffset() const { in GetOffset() function 335 lldb::addr_t GetOffset() const { return m_offset; } in GetOffset() function
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Architecture/PPC64/ |
H A D | ArchitecturePPC64.cpp | 61 addr.SetOffset(addr.GetOffset() + loffs); in AdjustBreakpointAddress()
|