| /openbsd-src/gnu/llvm/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 | 995 m_lldb_fp_regnum, fa_value_ptr->GetOffset()); in GetNonCallSiteUnwindPlanFromAssembly() 1003 m_lldb_alt_fp_regnum, fa_value_ptr->GetOffset()); in GetNonCallSiteUnwindPlanFromAssembly() 1026 current_sp_bytes_offset_from_fa = fa_value_ptr->GetOffset(); in GetNonCallSiteUnwindPlanFromAssembly() 1038 current_sp_bytes_offset_from_fa = fa_value_ptr->GetOffset(); in GetNonCallSiteUnwindPlanFromAssembly() 1085 m_lldb_sp_regnum, fa_value_ptr->GetOffset()); in GetNonCallSiteUnwindPlanFromAssembly() 1132 m_lldb_sp_regnum, fa_value_ptr->GetOffset()); in GetNonCallSiteUnwindPlanFromAssembly() 1134 current_sp_bytes_offset_from_fa = fa_value_ptr->GetOffset(); in GetNonCallSiteUnwindPlanFromAssembly() 1162 regloc.SetAtAFAPlusOffset(-(stack_offset + fa_value_ptr->GetOffset())); in GetNonCallSiteUnwindPlanFromAssembly() 1164 regloc.SetAtCFAPlusOffset(-(stack_offset + fa_value_ptr->GetOffset())); in GetNonCallSiteUnwindPlanFromAssembly() 1217 fa_value_ptr->GetOffset() - stack_offset; in GetNonCallSiteUnwindPlanFromAssembly() [all …]
|
| /openbsd-src/gnu/llvm/lldb/source/Core/ |
| H A D | AddressRange.cpp | 64 return (addr.GetOffset() - m_base_addr.GetOffset()) < GetByteSize(); in ContainsFileAddress() 96 return (addr.GetOffset() - m_base_addr.GetOffset()) < GetByteSize(); in ContainsLoadAddress() 164 DumpAddress(s->AsRawOstream(), m_base_addr.GetOffset() + GetByteSize(), in Dump() 204 m_base_addr.GetOffset(), GetByteSize()); in DumpDebug()
|
| H A D | Address.cpp | 227 curr_address.SetOffset(curr_address.GetOffset() + bytes_read); in ReadCStringFromMemory() 565 cstr_addr.SetOffset(cstr_addr.GetOffset() + pointer_size); in Dump() 591 cfstring_data_addr.SetOffset(cfstring_data_addr.GetOffset() + in Dump() 1017 return a.GetOffset() == rhs.GetOffset() && a.GetSection() == rhs.GetSection(); in operator ==() 1023 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()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFCompileUnit.cpp | 26 GetOffset(), GetLength(), GetVersion(), (uint32_t)GetAbbrevOffset(), in Dump() 41 const dw_offset_t cu_offset = GetOffset(); in BuildAddressRangeTable() 90 debug_aranges->AppendRange(GetOffset(), range.GetRangeBase(), in BuildAddressRangeTable()
|
| H A D | DWARFBaseDIE.cpp | 27 m_die->GetOffset()); in GetDIERef() 93 dw_offset_t DWARFBaseDIE::GetOffset() const { in GetOffset() function in DWARFBaseDIE 95 return m_die->GetOffset(); in GetOffset()
|
| H A D | DWARFDebugInfo.cpp | 67 dw_offset_t offset = cu->GetOffset(); in GetCompileUnitAranges() 135 return lhs < std::make_pair(rhs->GetDebugSection(), rhs->GetOffset()); in FindUnitIndex() 148 if (result && result->GetOffset() != cu_offset) { in GetUnitAtOffset()
|
| H A D | DWARFUnit.h | 60 dw_offset_t GetOffset() const { return m_offset; } in GetOffset() function 134 dw_offset_t GetOffset() const { return m_header.GetOffset(); } in GetOffset() function 148 return GetOffset() + GetHeaderByteSize(); in GetFirstDIEOffset()
|
| H A D | DWARFASTParserClang.cpp | 260 type_name_cstr ? type_name_cstr : "", die.GetOffset()); in PrepareContextToReceiveMembers() 431 die.GetOffset(), static_cast<void *>(context), context_die.GetOffset(), in ParseTypeFromDWARF() 510 die.GetOffset(), tag, DW_TAG_value_to_name(tag)); in ParseTypeFromDWARF() 679 die.GetOffset(), die.GetTagAsCString(), die.GetName()); in ParseTypeModifier() 690 die.GetOffset(), die.GetTagAsCString(), die.GetName()); in ParseTypeModifier() 701 die.GetOffset(), die.GetTagAsCString(), die.GetName()); in ParseTypeModifier() 723 die.GetOffset(), die.GetTagAsCString(), die.GetName()); in ParseTypeModifier() 785 static_cast<void *>(this), die.GetOffset(), in ParseEnum() 856 die.GetOffset(), attrs.name.GetCString()); in ParseEnum() 1019 die.GetOffset(), tag, DW_TAG_value_to_name(tag)); in ParseSubroutine() [all …]
|
| H A D | DWARFUnit.cpp | 95 *m_dwo_id, m_first_die.GetOffset())); in ExtractUnitDIEIfNeeded() 106 m_first_die.GetOffset())); in ExtractUnitDIEIfNeeded() 219 llvm::formatv("{0:x16}: DWARFUnit::ExtractDIEsIfNeeded()", GetOffset()) in ExtractDIEsRWLocked() 442 return m_abbrevs ? m_abbrevs->GetOffset() : DW_INVALID_OFFSET; in GetAbbrevOffset() 586 GetOffset()) in GetRnglistOffset() 632 return die.GetOffset() < die_offset; in CompareDIEOffset() 648 GetOffset()); in GetDIE() 657 if (pos != end && die_offset == (*pos).GetOffset()) in GetDIE()
|
| H A D | DWARFTypeUnit.cpp | 21 GetOffset(), (uint32_t)GetLength(), GetVersion(), in Dump()
|
| H A D | DWARFTypeUnit.h | 23 dw_offset_t GetTypeOffset() { return GetOffset() + m_header.GetTypeOffset(); } in GetTypeOffset()
|
| H A D | SymbolFileDWARF.cpp | 284 const dw_offset_t die_offset = die.GetOffset(); in GetTypes() 365 GetTypes(unit->DIE(), unit->GetOffset(), unit->GetNextUnitOffset(), in GetTypes() 1022 dwarf_cu.GetOffset())) in ParseSupportFiles() 1158 ParseLLVMLineTable(m_context, line, offset, dwarf_cu->GetOffset()); in ParseLineTable() 1523 die.GetOffset(), die.GetTagAsCString(), die.GetName()); in ResolveTypeUID() 1542 die.GetOffset(), die.GetTagAsCString(), die.GetName(), in ResolveTypeUID() 1543 decl_ctx_die.GetOffset()); in ResolveTypeUID() 1633 die.GetOffset(), die.GetTagAsCString(), die.GetName()); in ResolveType() 1748 "missing DWO name in skeleton DIE {0:x16}", cu_die.GetOffset())); in GetDwoSymbolFileForCompileUnit() 1766 dwo_name, cu_die.GetOffset())); in GetDwoSymbolFileForCompileUnit() [all …]
|
| /openbsd-src/gnu/llvm/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 | Symbol.cpp | 130 intptr_t str_ptr = m_addr_range.GetBaseAddress().GetOffset(); in GetReExportedSymbolName() 196 m_addr_range.GetBaseAddress().GetOffset()); in GetDescription() 200 m_addr_range.GetBaseAddress().GetOffset()); in GetDescription() 203 m_addr_range.GetBaseAddress().GetOffset()); in GetDescription() 254 s->Printf(format, m_addr_range.GetBaseAddress().GetOffset(), GetByteSize(), in Dump()
|
| 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()
|
| /openbsd-src/gnu/llvm/lldb/source/Breakpoint/ |
| H A D | BreakpointResolverAddress.cpp | 76 m_addr.GetOffset()); in SerializeToStructuredData() 79 m_addr.GetOffset()); in SerializeToStructuredData() 133 if (module_sp->ResolveFileAddress(m_addr.GetOffset(), tmp_address)) in SearchCallback()
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/lldb/bindings/interface/ |
| H A D | SBAddress.i | 101 SBAddress::GetOffset (); 183 …offset = property(GetOffset, None, doc='''A read only property that returns the section offset in …
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/Symtab/ |
| H A D | SymbolFileSymtab.cpp | 177 next_symbol->GetAddressRef().GetOffset() - in ParseFunctions() 178 curr_symbol->GetAddressRef().GetOffset()); in ParseFunctions()
|
| /openbsd-src/gnu/llvm/lldb/source/Target/ |
| H A D | RegisterContextUnwind.cpp | 101 pc_minus_one.SetOffset(m_current_pc.GetOffset() - 1); in IsUnwindPlanValidForCurrentPC() 188 m_current_offset = m_current_pc.GetOffset() - m_start_pc.GetOffset(); in InitializeZerothFrame() 513 addr_range.GetBaseAddress().GetOffset() != m_current_pc.GetOffset()) { in InitializeNonZerothFrame() 1565 int offset = unwindplan_regloc.GetOffset(); in SavedLocationForRegister() 1577 int offset = unwindplan_regloc.GetOffset(); in SavedLocationForRegister() 1592 int offset = unwindplan_regloc.GetOffset(); in SavedLocationForRegister() 1607 int offset = unwindplan_regloc.GetOffset(); in SavedLocationForRegister() 1992 address = cfa_reg_contents + fa.GetOffset(); in ReadFrameAddress() 1997 cfa_reg_contents, fa.GetOffset()); in ReadFrameAddress() 2031 lldb::addr_t return_address_hint = GetReturnAddressHint(fa.GetOffset()); in ReadFrameAddress()
|
| /openbsd-src/gnu/llvm/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
|
| H A D | ObjectContainer.h | 75 virtual lldb::addr_t GetOffset() const { return m_offset; } in GetOffset() function
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Architecture/PPC64/ |
| H A D | ArchitecturePPC64.cpp | 61 addr.SetOffset(addr.GetOffset() + loffs); in AdjustBreakpointAddress()
|