Home
last modified time | relevance | path

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

123

/freebsd-13.1/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.cpp997 m_lldb_fp_regnum, fa_value_ptr->GetOffset()); in GetNonCallSiteUnwindPlanFromAssembly()
1005 m_lldb_alt_fp_regnum, fa_value_ptr->GetOffset()); in GetNonCallSiteUnwindPlanFromAssembly()
1028 current_sp_bytes_offset_from_fa = fa_value_ptr->GetOffset(); in GetNonCallSiteUnwindPlanFromAssembly()
1040 current_sp_bytes_offset_from_fa = fa_value_ptr->GetOffset(); in GetNonCallSiteUnwindPlanFromAssembly()
1087 m_lldb_sp_regnum, fa_value_ptr->GetOffset()); in GetNonCallSiteUnwindPlanFromAssembly()
1134 m_lldb_sp_regnum, fa_value_ptr->GetOffset()); in GetNonCallSiteUnwindPlanFromAssembly()
1219 fa_value_ptr->GetOffset() - stack_offset; in GetNonCallSiteUnwindPlanFromAssembly()
1255 (sp.IsCFAPlusOffset() && sp.GetOffset() == 0 && in GetNonCallSiteUnwindPlanFromAssembly()
1356 if (first_row->GetOffset() != 0) in AugmentUnwindPlanFromCallSite()
1365 first_row->GetCFAValue().GetOffset() != m_wordsize) in AugmentUnwindPlanFromCallSite()
[all …]
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DAddressRange.cpp73 return (addr.GetOffset() - m_base_addr.GetOffset()) < GetByteSize(); in ContainsFileAddress()
105 return (addr.GetOffset() - m_base_addr.GetOffset()) < GetByteSize(); in ContainsLoadAddress()
173 DumpAddress(s->AsRawOstream(), m_base_addr.GetOffset() + GetByteSize(), in Dump()
213 m_base_addr.GetOffset(), GetByteSize()); in DumpDebug()
H A DAddress.cpp226 curr_address.SetOffset(curr_address.GetOffset() + bytes_read); in ReadCStringFromMemory()
550 cstr_addr.SetOffset(cstr_addr.GetOffset() + pointer_size); in Dump()
576 cfstring_data_addr.SetOffset(cfstring_data_addr.GetOffset() + in Dump()
987 return a.GetOffset() == rhs.GetOffset() && a.GetSection() == rhs.GetSection(); in operator ==()
993 return a.GetOffset() != rhs.GetOffset() || a.GetSection() != rhs.GetSection(); in operator !=()
H A DValueObjectMemory.cpp72 m_value.GetScalar() = m_address.GetOffset(); in ValueObjectMemory()
103 m_value.GetScalar() = m_address.GetOffset(); in ValueObjectMemory()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp3547 src_class_die.GetOffset(), dst_class_die.GetOffset(), in CopyUniqueClassMethodTypes()
3563 src_class_die.GetOffset(), dst_class_die.GetOffset(), in CopyUniqueClassMethodTypes()
3596 src_die.GetOffset(), dst_die.GetOffset()); in CopyUniqueClassMethodTypes()
3606 src_die.GetOffset(), dst_die.GetOffset()); in CopyUniqueClassMethodTypes()
3612 src_die.GetOffset(), dst_die.GetOffset()); in CopyUniqueClassMethodTypes()
3640 src_die.GetOffset(), dst_die.GetOffset()); in CopyUniqueClassMethodTypes()
3650 src_die.GetOffset(), dst_die.GetOffset()); in CopyUniqueClassMethodTypes()
3657 src_die.GetOffset(), dst_die.GetOffset()); in CopyUniqueClassMethodTypes()
3695 src_die.GetOffset(), dst_die.GetOffset()); in CopyUniqueClassMethodTypes()
3705 src_die.GetOffset(), dst_die.GetOffset()); in CopyUniqueClassMethodTypes()
[all …]
H A DDWARFBaseDIE.cpp26 m_die->GetOffset()); in GetDIERef()
85 dw_offset_t DWARFBaseDIE::GetOffset() const { in GetOffset() function in DWARFBaseDIE
87 return m_die->GetOffset(); in GetOffset()
H A DDWARFCompileUnit.cpp24 GetOffset(), GetLength(), GetVersion(), GetAbbrevOffset(), in Dump()
39 const dw_offset_t cu_offset = GetOffset(); in BuildAddressRangeTable()
95 debug_aranges->AppendRange(GetOffset(), range.GetRangeBase(), in BuildAddressRangeTable()
H A DDWARFUnit.h57 dw_offset_t GetOffset() const { return m_offset; } in GetOffset() function
129 dw_offset_t GetOffset() const { return m_header.GetOffset(); } in GetOffset() function
143 return GetOffset() + GetHeaderByteSize(); in GetFirstDIEOffset()
H A DDWARFDebugInfo.cpp61 dw_offset_t offset = cu->GetOffset(); in GetCompileUnitAranges()
128 return lhs < std::make_pair(rhs->GetDebugSection(), rhs->GetOffset()); in FindUnitIndex()
141 if (result && result->GetOffset() != cu_offset) { in GetUnitAtOffset()
H A DDWARFTypeUnit.cpp21 GetOffset(), GetLength(), GetVersion(), GetAbbrevOffset(), in Dump()
H A DDWARFUnit.cpp53 LLDB_SCOPED_TIMERF("%8.8x: DWARFUnit::ExtractUnitDIEIfNeeded()", GetOffset()); in ExtractUnitDIEIfNeeded()
147 LLDB_SCOPED_TIMERF("%8.8x: DWARFUnit::ExtractDIEsIfNeeded()", GetOffset()); in ExtractDIEsRWLocked()
411 return m_abbrevs ? m_abbrevs->GetOffset() : DW_INVALID_OFFSET; in GetAbbrevOffset()
519 GetOffset()); in GetRnglistOffset()
552 return die.GetOffset() < die_offset; in CompareDIEOffset()
568 die_offset, GetOffset()); in GetDIE()
577 if (pos != end && die_offset == (*pos).GetOffset()) in GetDIE()
H A DDWARFTypeUnit.h23 dw_offset_t GetTypeOffset() { return GetOffset() + m_header.GetTypeOffset(); } in GetTypeOffset()
/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DUnwindPlan.cpp227 s.Printf("0x%16.16" PRIx64 ": CFA=", base_addr + GetOffset()); in Dump()
229 s.Printf("%4" PRId64 ": CFA=", GetOffset()); in Dump()
363 m_row_list.back()->GetOffset() != row_sp->GetOffset()) in AppendRow()
374 if (row->GetOffset() >= row_sp->GetOffset()) in InsertRow()
378 if (it == m_row_list.end() || (*it)->GetOffset() != row_sp->GetOffset()) in InsertRow()
392 if ((*pos)->GetOffset() <= static_cast<lldb::offset_t>(offset)) in GetRowForFunctionOffset()
H A DSymbol.cpp130 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 DBlock.cpp245 const addr_t addr_offset = addr.GetOffset(); in GetRangeContainingAddress()
246 const addr_t func_offset = func_range.GetBaseAddress().GetOffset(); in GetRangeContainingAddress()
280 const addr_t addr_offset = addr.GetOffset(); in GetRangeIndexContainingAddress()
281 const addr_t func_offset = func_range.GetBaseAddress().GetOffset(); in GetRangeIndexContainingAddress()
/freebsd-13.1/lib/libdevdctl/
H A Dexception.h138 size_t GetOffset() const;
162 ParseException::GetOffset() const in GetOffset() function
H A Dexception.cc113 if (GetOffset() == 0) { in ParseException()
118 markedBuffer.insert(GetOffset(), "<HERE-->"); in ParseException()
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBAddress.cpp150 addr_t addr_offset = m_opaque_up->GetOffset(); in OffsetAddress()
168 lldb::addr_t SBAddress::GetOffset() { in GetOffset() function in SBAddress
169 LLDB_RECORD_METHOD_NO_ARGS(lldb::addr_t, SBAddress, GetOffset); in GetOffset()
172 return m_opaque_up->GetOffset(); in GetOffset()
304 LLDB_REGISTER_METHOD(lldb::addr_t, SBAddress, GetOffset, ()); in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverAddress.cpp79 m_addr.GetOffset()); in SerializeToStructuredData()
82 m_addr.GetOffset()); in SerializeToStructuredData()
136 if (module_sp->ResolveFileAddress(m_addr.GetOffset(), tmp_address)) in SearchCallback()
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBAddress.i101 SBAddress::GetOffset ();
183 …offset = property(GetOffset, None, doc='''A read only property that returns the section offset in …
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DRegisterContextUnwind.cpp101 pc_minus_one.SetOffset(m_current_pc.GetOffset() - 1); in IsUnwindPlanValidForCurrentPC()
104 valid_pc_offset = m_current_pc.GetOffset() - 1; in IsUnwindPlanValidForCurrentPC()
190 m_current_offset = m_current_pc.GetOffset() - m_start_pc.GetOffset(); in InitializeZerothFrame()
515 addr_range.GetBaseAddress().GetOffset() != m_current_pc.GetOffset()) { in InitializeNonZerothFrame()
1555 int offset = unwindplan_regloc.GetOffset(); in SavedLocationForRegister()
1567 int offset = unwindplan_regloc.GetOffset(); in SavedLocationForRegister()
1582 int offset = unwindplan_regloc.GetOffset(); in SavedLocationForRegister()
1597 int offset = unwindplan_regloc.GetOffset(); in SavedLocationForRegister()
1980 address = cfa_reg_contents + fa.GetOffset(); in ReadFrameAddress()
1985 cfa_reg_contents, fa.GetOffset()); in ReadFrameAddress()
[all …]
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Symtab/
H A DSymbolFileSymtab.cpp181 next_symbol->GetAddressRef().GetOffset() - in ParseFunctions()
182 curr_symbol->GetAddressRef().GetOffset()); in ParseFunctions()
/freebsd-13.1/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
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Architecture/PPC64/
H A DArchitecturePPC64.cpp68 addr.SetOffset(addr.GetOffset() + loffs); in AdjustBreakpointAddress()

123