Home
last modified time | relevance | path

Searched refs:GetOffset (Results 1 – 25 of 65) sorted by relevance

123

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/x86/
H A DUnwindAssembly-x86.cpp97 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 Dx86AssemblyInspectionEngine.cpp983 m_lldb_fp_regnum, fa_value_ptr->GetOffset()); in GetNonCallSiteUnwindPlanFromAssembly()
991 m_lldb_alt_fp_regnum, fa_value_ptr->GetOffset()); in GetNonCallSiteUnwindPlanFromAssembly()
1014 current_sp_bytes_offset_from_fa = fa_value_ptr->GetOffset(); in GetNonCallSiteUnwindPlanFromAssembly()
1026 current_sp_bytes_offset_from_fa = fa_value_ptr->GetOffset(); in GetNonCallSiteUnwindPlanFromAssembly()
1073 m_lldb_sp_regnum, fa_value_ptr->GetOffset()); in GetNonCallSiteUnwindPlanFromAssembly()
1120 m_lldb_sp_regnum, fa_value_ptr->GetOffset()); in GetNonCallSiteUnwindPlanFromAssembly()
1205 fa_value_ptr->GetOffset() - stack_offset; in GetNonCallSiteUnwindPlanFromAssembly()
1241 (sp.IsCFAPlusOffset() && sp.GetOffset() == 0 && in GetNonCallSiteUnwindPlanFromAssembly()
1342 if (first_row->GetOffset() != 0) in AugmentUnwindPlanFromCallSite()
1351 first_row->GetCFAValue().GetOffset() != m_wordsize) in AugmentUnwindPlanFromCallSite()
[all …]
/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DAddressRange.cpp64 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 DAddress.cpp229 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()
1023 return a.GetOffset() == rhs.GetOffset() && a.GetSection() == rhs.GetSection(); in operator ==()
1029 return a.GetOffset() != rhs.GetOffset() || a.GetSection() != rhs.GetSection(); in operator !=()
H A DValueObjectMemory.cpp73 m_value.GetScalar() = m_address.GetOffset(); in ValueObjectMemory()
103 m_value.GetScalar() = m_address.GetOffset(); in ValueObjectMemory()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFCompileUnit.cpp27 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 DDWARFBaseDIE.cpp28 m_cu->GetDebugSection(), m_die->GetOffset()); in GetDIERef()
96 dw_offset_t DWARFBaseDIE::GetOffset() const { in GetOffset() function in DWARFBaseDIE
98 return m_die->GetOffset(); in GetOffset()
H A DDWARFDebugInfo.cpp67 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 DDWARFUnit.h63 dw_offset_t GetOffset() const { return m_offset; } in GetOffset() function
140 dw_offset_t GetOffset() const { return m_header.GetOffset(); } in GetOffset() function
154 return GetOffset() + GetHeaderByteSize(); in GetFirstDIEOffset()
H A DDWARFASTParserClang.cpp456 die.GetOffset(), static_cast<void *>(context), context_die.GetOffset(), in ParseTypeFromDWARF()
535 die.GetOffset(), tag, DW_TAG_value_to_name(tag)); in ParseTypeFromDWARF()
837 static_cast<void *>(this), die.GetOffset(), in ParseEnum()
908 die.GetOffset(), attrs.name.GetCString()); in ParseEnum()
1119 die.GetID(), spec_die.GetOffset()); in ParseSubroutine()
1138 die.GetID(), abs_die.GetOffset()); in ParseSubroutine()
1482 die.GetOffset(), in ParseInheritance()
1484 parent_die.GetOffset()); in ParseInheritance()
1766 static_cast<void *>(this), die.GetOffset(), in ParseStructureLikeDIE()
1881 die.GetOffset(), attrs.name.GetCString()); in ParseStructureLikeDIE()
[all …]
H A DDWARFTypeUnit.cpp22 GetOffset(), (uint32_t)GetLength(), GetVersion(), in Dump()
H A DDWARFUnit.cpp97 *m_dwo_id, m_first_die.GetOffset())); in ExtractUnitDIEIfNeeded()
108 m_first_die.GetOffset())); in ExtractUnitDIEIfNeeded()
221 llvm::formatv("{0:x16}: DWARFUnit::ExtractDIEsIfNeeded()", GetOffset()) in ExtractDIEsRWLocked()
590 GetOffset()) in GetRnglistOffset()
636 return die.GetOffset() < die_offset; in CompareDIEOffset()
652 GetOffset()); in GetDIE()
661 if (pos != end && die_offset == (*pos).GetOffset()) in GetDIE()
1007 entry = index.getFromOffset(expected_header->GetOffset()); in extract()
H A DDWARFTypeUnit.h29 dw_offset_t GetTypeOffset() { return GetOffset() + m_header.GetTypeOffset(); } in GetTypeOffset()
H A DSymbolFileDWARF.cpp344 const dw_offset_t die_offset = die.GetOffset(); in GetTypes()
1095 dwarf_cu.GetOffset())) in ParseSupportFiles()
1558 die.GetOffset(), die.GetTagAsCString(), die.GetName()); in ResolveTypeUID()
1578 decl_ctx_die.GetOffset()); in ResolveTypeUID()
1668 die.GetOffset(), die.GetTagAsCString(), die.GetName()); in ResolveType()
1877 dwo_name, cu_die.GetOffset()); in GetDwoSymbolFileForCompileUnit()
1937 error_dwo_path.GetPath().c_str(), cu_die.GetOffset())); in GetDwoSymbolFileForCompileUnit()
1958 dwo_name, cu_die.GetOffset())); in GetDwoSymbolFileForCompileUnit()
2152 so_addr.GetOffset(), resolve_scope); in ResolveSymbolContext()
3957 GetDIE(sc.function->GetID()), die.GetOffset()); in ParseVariablesInFunctionContextRecursive()
[all …]
/freebsd-14.2/contrib/llvm-project/lldb/source/Symbol/
H A DUnwindPlan.cpp228 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 DBlock.cpp256 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()
/freebsd-14.2/lib/libdevdctl/
H A Dexception.h136 size_t GetOffset() const;
160 ParseException::GetOffset() const in GetOffset() function
H A Dexception.cc110 if (GetOffset() == 0) { in ParseException()
115 markedBuffer.insert(GetOffset(), "<HERE-->"); in ParseException()
/freebsd-14.2/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverAddress.cpp74 m_addr.GetOffset()); in SerializeToStructuredData()
77 m_addr.GetOffset()); in SerializeToStructuredData()
131 if (module_sp->ResolveFileAddress(m_addr.GetOffset(), tmp_address)) in SearchCallback()
/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBAddress.cpp143 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-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Symtab/
H A DSymbolFileSymtab.cpp177 next_symbol->GetAddressRef().GetOffset() - in ParseFunctions()
178 curr_symbol->GetAddressRef().GetOffset()); in ParseFunctions()
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DRegisterContextUnwind.cpp103 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()
2011 address = cfa_reg_contents + fa.GetOffset(); in ReadFrameAddress()
2016 cfa_reg_contents, fa.GetOffset()); in ReadFrameAddress()
2050 lldb::addr_t return_address_hint = GetReturnAddressHint(fa.GetOffset()); in ReadFrameAddress()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DUnwindPlan.h141 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 DObjectContainer.h75 virtual lldb::addr_t GetOffset() const { return m_offset; } in GetOffset() function
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Architecture/PPC64/
H A DArchitecturePPC64.cpp61 addr.SetOffset(addr.GetOffset() + loffs); in AdjustBreakpointAddress()

123