Home
last modified time | relevance | path

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

123

/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/x86/
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()
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()
1136 current_sp_bytes_offset_from_fa = fa_value_ptr->GetOffset(); in GetNonCallSiteUnwindPlanFromAssembly()
1164 regloc.SetAtAFAPlusOffset(-(stack_offset + fa_value_ptr->GetOffset())); in GetNonCallSiteUnwindPlanFromAssembly()
1166 regloc.SetAtCFAPlusOffset(-(stack_offset + fa_value_ptr->GetOffset())); in GetNonCallSiteUnwindPlanFromAssembly()
1219 fa_value_ptr->GetOffset() - stack_offset; in GetNonCallSiteUnwindPlanFromAssembly()
[all …]
/freebsd-12-stable/contrib/llvm-project/lldb/source/Core/
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()
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 !=()
DValueObjectMemory.cpp72 m_value.GetScalar() = m_address.GetOffset(); in ValueObjectMemory()
103 m_value.GetScalar() = m_address.GetOffset(); in ValueObjectMemory()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFASTParserClang.cpp294 type_name_cstr ? type_name_cstr : "", die.GetOffset()); in PrepareContextToReceiveMembers()
459 die.GetOffset(), static_cast<void *>(context), context_die.GetOffset(), in ParseTypeFromDWARF()
537 die.GetOffset(), tag, DW_TAG_value_to_name(tag)); in ParseTypeFromDWARF()
707 die.GetOffset(), die.GetTagAsCString(), die.GetName()); in ParseTypeModifier()
718 die.GetOffset(), die.GetTagAsCString(), die.GetName()); in ParseTypeModifier()
729 die.GetOffset(), die.GetTagAsCString(), die.GetName()); in ParseTypeModifier()
751 die.GetOffset(), die.GetTagAsCString(), die.GetName()); in ParseTypeModifier()
805 static_cast<void *>(this), die.GetOffset(), in ParseEnum()
874 die.GetOffset(), attrs.name.GetCString()); in ParseEnum()
1004 die.GetOffset(), tag, DW_TAG_value_to_name(tag)); in ParseSubroutine()
[all …]
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()
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()
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()
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()
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()
DDWARFTypeUnit.cpp21 GetOffset(), GetLength(), GetVersion(), GetAbbrevOffset(), in Dump()
DDWARFTypeUnit.h23 dw_offset_t GetTypeOffset() { return GetOffset() + m_header.GetTypeOffset(); } in GetTypeOffset()
DSymbolFileDWARF.cpp306 const dw_offset_t die_offset = die.GetOffset(); in GetTypes()
387 GetTypes(unit->DIE(), unit->GetOffset(), unit->GetNextUnitOffset(), in GetTypes()
697 if (dwarf_cu.GetOffset() == 0 && GetDebugMapSymfile()) { in ParseCompileUnit()
907 dwarf_cu->GetOffset())) in ParseSupportFiles()
1041 ParseLLVMLineTable(m_context, line, offset, dwarf_cu->GetOffset()); in ParseLineTable()
1400 die.GetOffset(), die.GetTagAsCString(), die.GetName()); in ResolveTypeUID()
1418 die.GetOffset(), die.GetTagAsCString(), die.GetName(), in ResolveTypeUID()
1419 decl_ctx_die.GetOffset()); in ResolveTypeUID()
1513 die.GetOffset(), die.GetTagAsCString(), die.GetName()); in ResolveType()
1753 die.GetOffset(), dwo_module_spec.GetFileSpec().GetPath().c_str(), in UpdateExternalModuleListIfNeeded()
[all …]
/freebsd-12-stable/contrib/llvm-project/lldb/source/Symbol/
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()
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()
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-12-stable/lib/libdevdctl/
Dexception.h138 size_t GetOffset() const;
162 ParseException::GetOffset() const in GetOffset() function
Dexception.cc113 if (GetOffset() == 0) { in ParseException()
118 markedBuffer.insert(GetOffset(), "<HERE-->"); in ParseException()
/freebsd-12-stable/contrib/llvm-project/lldb/source/API/
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-12-stable/contrib/llvm-project/lldb/source/Breakpoint/
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-12-stable/contrib/llvm-project/lldb/bindings/interface/
DSBAddress.i101 SBAddress::GetOffset ();
183 …offset = property(GetOffset, None, doc='''A read only property that returns the section offset in …
/freebsd-12-stable/contrib/llvm-project/lldb/source/Target/
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-12-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Symtab/
DSymbolFileSymtab.cpp181 next_symbol->GetAddressRef().GetOffset() - in ParseFunctions()
182 curr_symbol->GetAddressRef().GetOffset()); in ParseFunctions()
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
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

123