Searched refs:SetOffset (Results 1 - 25 of 41) sorted by relevance

12

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugArangeSet.h41 void SetOffset(uint32_t offset) { m_offset = offset; } function in class:DWARFDebugArangeSet
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DCFIInstrInserter.cpp159 int SetOffset = MBBInfo.IncomingCFAOffset; local
175 SetOffset = CFI.getOffset();
178 SetOffset += CFI.getOffset();
182 SetOffset = CFI.getOffset();
219 MBBInfo.OutgoingCFAOffset = SetOffset;
/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/source/Plugins/UnwindAssembly/x86/
H A Dx86AssemblyInspectionEngine.cpp937 row->SetOffset(current_func_text_offset);
1057 fa_value_ptr->SetOffset(current_sp_bytes_offset_from_fa);
1176 fa_value_ptr->SetOffset(current_sp_bytes_offset_from_fa);
1184 fa_value_ptr->SetOffset(current_sp_bytes_offset_from_fa);
1194 fa_value_ptr->SetOffset(current_sp_bytes_offset_from_fa);
1202 fa_value_ptr->SetOffset(current_sp_bytes_offset_from_fa);
1287 fa_value_ptr->SetOffset(current_sp_bytes_offset_from_fa);
1294 row->SetOffset(current_func_text_offset + insn_len);
1399 new_row->SetOffset(offset);
1439 row->SetOffset(offse
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DAddressResolverName.cpp149 func_addr.SetOffset(func_addr.GetOffset() + prologue_byte_size);
172 func_addr.SetOffset(func_addr.GetOffset() + prologue_byte_size);
H A DAddress.cpp226 curr_address.SetOffset(curr_address.GetOffset() + bytes_read);
550 cstr_addr.SetOffset(cstr_addr.GetOffset() + pointer_size);
576 cfstring_data_addr.SetOffset(cfstring_data_addr.GetOffset() +
/freebsd-11-stable/contrib/llvm-project/lldb/source/Expression/
H A DUtilityFunction.cpp73 impl_code_address.SetOffset(StartAddress());
H A DMaterializer.cpp404 (*iter)->SetOffset(ret);
757 (*iter)->SetOffset(ret);
1038 (*iter)->SetOffset(ret);
1154 (*iter)->SetOffset(ret);
1331 (*iter)->SetOffset(ret);
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBAddress.cpp101 addr.SetOffset(offset);
151 m_opaque_up->SetOffset(load_addr);
160 m_opaque_up->SetOffset(addr_offset + offset);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointResolver.h66 void SetOffset(lldb::addr_t offset);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DAddress.h425 bool SetOffset(lldb::addr_t offset) { function in class:lldb_private::Address
H A DEmulateInstruction.h280 void SetOffset(int64_t signed_offset) { function in struct:lldb_private::EmulateInstruction::Context
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Expression/
H A DMaterializer.h115 void SetOffset(uint32_t offset) { m_offset = offset; } function in class:lldb_private::Materializer::Entity
/freebsd-11-stable/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolver.cpp146 resolver->SetOffset(offset);
344 void BreakpointResolver::SetOffset(lldb::addr_t offset) { function in class:BreakpointResolver
H A DBreakpointResolverName.cpp352 break_addr.SetOffset(break_addr.GetOffset() + prologue_byte_size);
370 break_addr.SetOffset(break_addr.GetOffset() + prologue_byte_size);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DCompactUnwindInfo.cpp756 row->SetOffset(0);
846 row->SetOffset(0);
1027 row->SetOffset(0);
1109 row->SetOffset(0);
1325 row->SetOffset(0);
1350 row->SetOffset(0);
1464 row->SetOffset(0);
H A DArmUnwindInfo.cpp325 row->SetOffset(0);
H A DDWARFCallFrameInfo.cpp693 row->SetOffset(m_cfi_data.GetPointer(&offset) -
787 row->SetOffset(offset);
H A DFunction.cpp257 scratch_addr.SetOffset(scratch_addr.GetOffset() +
H A DBlock.cpp255 range.GetBaseAddress().SetOffset(func_offset +
H A DSymbol.cpp156 m_addr_range.GetBaseAddress().SetOffset((uintptr_t)name.GetCString());
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/InstEmulation/
H A DUnwindAssemblyInstEmulation.cpp196 m_curr_row->SetOffset(current_offset);
232 newrow->SetOffset(current_offset + m_forward_branch_offset);
246 m_curr_row->SetOffset(current_offset +
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DUnwindPlan.h274 void SetOffset(int32_t offset) { function in class:lldb_private::UnwindPlan::Row::FAValue
340 void SetOffset(lldb::addr_t offset) { m_offset = offset; } function in class:lldb_private::UnwindPlan::Row
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.cpp521 row_sp->SetOffset(0);
533 row_sp->SetOffset(record->Address - init_record->Address);
564 row_sp->SetOffset(0);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectDisassemble.cpp352 range.GetBaseAddress().SetOffset(m_options.start_addr);

Completed in 312 milliseconds

12