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

123

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFTypeUnit.cpp21 GetOffset(), GetLength(), GetVersion(), GetAbbrevOffset(),
H A DDWARFCompileUnit.cpp24 GetOffset(), GetLength(), GetVersion(), GetAbbrevOffset(),
39 const dw_offset_t cu_offset = GetOffset();
109 debug_aranges->AppendRange(GetOffset(), range.GetRangeBase(),
H A DDWARFTypeUnit.h23 dw_offset_t GetTypeOffset() { return GetOffset() + m_header.GetTypeOffset(); }
H A DDWARFBaseDIE.cpp26 m_die->GetOffset());
92 dw_offset_t DWARFBaseDIE::GetOffset() const { function in class:DWARFBaseDIE
94 return m_die->GetOffset();
H A DDWARFASTParserClang.cpp248 type_name_cstr ? type_name_cstr : "", die.GetOffset());
411 die.GetOffset(), static_cast<void *>(context), context_die.GetOffset(),
489 die.GetOffset(), tag, DW_TAG_value_to_name(tag));
651 die.GetOffset(), die.GetTagAsCString(), die.GetName());
662 die.GetOffset(), die.GetTagAsCString(), die.GetName());
673 die.GetOffset(), die.GetTagAsCString(), die.GetName());
695 die.GetOffset(), die.GetTagAsCString(), die.GetName());
750 static_cast<void *>(this), die.GetOffset(),
818 die.GetOffset(), attr
[all...]
H A DDWARFDebugAbbrev.h36 dw_offset_t GetOffset() const { return m_offset; } function in class:DWARFAbbreviationDeclarationSet
H A DNameToDIE.cpp46 unit.GetOffset() <= die_ref.die_offset() &&
H A DDWARFBaseDIE.h91 dw_offset_t GetOffset() const;
H A DDWARFUnit.h53 dw_offset_t GetOffset() const { return m_offset; } function in class:DWARFUnitHeader
117 dw_offset_t GetOffset() const { return m_header.GetOffset(); } function in class:DWARFUnit
131 return GetOffset() + GetHeaderByteSize();
H A DDWARFDebugInfo.cpp61 dw_offset_t offset = cu->GetOffset();
124 // index +1 and GetOffset() returning index itself would be a special case.
129 return lhs < std::make_pair(rhs->GetDebugSection(), rhs->GetOffset());
142 if (result && result->GetOffset() != cu_offset) {
/freebsd-11-stable/lib/libdevdctl/
H A Dexception.h138 size_t GetOffset() const;
162 ParseException::GetOffset() const function in class:DevdCtl::ParseException
H A Dexception.cc113 if (GetOffset() == 0) {
118 markedBuffer.insert(GetOffset(), "<HERE-->");
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DAddressRange.cpp51 // (addr.GetOffset() - m_base_addr.GetOffset()) < byte_size;
64 return (addr.GetOffset() - m_base_addr.GetOffset()) < GetByteSize();
96 return (addr.GetOffset() - m_base_addr.GetOffset()) < GetByteSize();
164 DumpAddress(s->AsRawOstream(), m_base_addr.GetOffset() + GetByteSize(),
204 m_base_addr.GetOffset(), GetByteSize());
H A DAddressResolverName.cpp149 func_addr.SetOffset(func_addr.GetOffset() + prologue_byte_size);
172 func_addr.SetOffset(func_addr.GetOffset() + prologue_byte_size);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/x86/
H A DUnwindAssembly-x86.cpp96 first_row->GetCFAValue().GetOffset() != wordsize) {
104 first_row_pc_loc.GetOffset() != -wordsize) {
112 first_row->GetOffset() != last_row->GetOffset()) {
123 first_row->GetCFAValue().GetOffset() ==
124 last_row->GetCFAValue().GetOffset()) {
133 first_row_pc_loc.GetOffset() == last_row_pc_loc.GetOffset()) {
141 if (first_row_pc_loc.GetOffset() == -wordsize) {
H A Dx86AssemblyInspectionEngine.cpp997 m_lldb_fp_regnum, fa_value_ptr->GetOffset());
1005 m_lldb_alt_fp_regnum, fa_value_ptr->GetOffset());
1028 current_sp_bytes_offset_from_fa = fa_value_ptr->GetOffset();
1040 current_sp_bytes_offset_from_fa = fa_value_ptr->GetOffset();
1087 m_lldb_sp_regnum, fa_value_ptr->GetOffset());
1134 m_lldb_sp_regnum, fa_value_ptr->GetOffset());
1136 current_sp_bytes_offset_from_fa = fa_value_ptr->GetOffset();
1164 regloc.SetAtAFAPlusOffset(-(stack_offset + fa_value_ptr->GetOffset()));
1166 regloc.SetAtCFAPlusOffset(-(stack_offset + fa_value_ptr->GetOffset()));
1219 fa_value_ptr->GetOffset()
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverAddress.cpp81 m_addr.GetOffset());
84 m_addr.GetOffset());
138 if (module_sp->ResolveFileAddress(m_addr.GetOffset(), tmp_address))
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DObjectContainer.h93 virtual lldb::addr_t GetOffset() const { return m_offset; } function in class:lldb_private::ObjectContainer
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Architecture/PPC64/
H A DArchitecturePPC64.cpp66 addr.SetOffset(addr.GetOffset() + loffs);
/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBAddress.i100 SBAddress::GetOffset ();
176 offset = property(GetOffset, None, doc='''A read only property that returns the section offset in bytes as an integer.''')
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBAddress.cpp158 addr_t addr_offset = m_opaque_up->GetOffset();
176 lldb::addr_t SBAddress::GetOffset() { function in class:SBAddress
177 LLDB_RECORD_METHOD_NO_ARGS(lldb::addr_t, SBAddress, GetOffset);
180 return m_opaque_up->GetOffset();
312 LLDB_REGISTER_METHOD(lldb::addr_t, SBAddress, GetOffset, ());
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DUnwindPlan.cpp228 s.Printf("0x%16.16" PRIx64 ": CFA=", base_addr + GetOffset());
230 s.Printf("%4" PRId64 ": CFA=", GetOffset());
361 m_row_list.back()->GetOffset() != row_sp->GetOffset())
372 if (row->GetOffset() >= row_sp->GetOffset())
376 if (it == m_row_list.end() || (*it)->GetOffset() != row_sp->GetOffset())
390 if ((*pos)->GetOffset() <= static_cast<lldb::offset_t>(offset))
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBAddress.h74 lldb::addr_t GetOffset();
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointResolver.h74 lldb::addr_t GetOffset() const { return m_offset; } function in class:lldb_private::BreakpointResolver
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Symtab/
H A DSymbolFileSymtab.cpp181 next_symbol->GetAddressRef().GetOffset() -
182 curr_symbol->GetAddressRef().GetOffset());

Completed in 150 milliseconds

123