Home
last modified time | relevance | path

Searched refs:SetOffset (Results 1 – 25 of 40) sorted by relevance

12

/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugPubTable.cpp29 uint64_t SetOffset = Offset; in extract() local
42 SetOffset, toString(C.takeError()).c_str())); in extract()
61 SetOffset, toString(C.takeError()).c_str())); in extract()
80 SetOffset, toString(C.takeError()).c_str())); in extract()
89 SetOffset, C.tell() - OffsetSize, Offset - OffsetSize)); in extract()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/x86/
H A Dx86AssemblyInspectionEngine.cpp1399 new_row->SetOffset(offset); in AugmentUnwindPlanFromCallSite()
1439 row->SetOffset(offset); in AugmentUnwindPlanFromCallSite()
1451 row->SetOffset(offset); in AugmentUnwindPlanFromCallSite()
1465 row->SetOffset(offset); in AugmentUnwindPlanFromCallSite()
1475 row->SetOffset(offset); in AugmentUnwindPlanFromCallSite()
1486 row->SetOffset(offset); in AugmentUnwindPlanFromCallSite()
1496 row->SetOffset(offset); in AugmentUnwindPlanFromCallSite()
1507 row->SetOffset(offset); in AugmentUnwindPlanFromCallSite()
1516 row->SetOffset(offset); in AugmentUnwindPlanFromCallSite()
1527 row->SetOffset(offset); in AugmentUnwindPlanFromCallSite()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DCFIInstrInserter.cpp180 int SetOffset = MBBInfo.IncomingCFAOffset; in calculateOutgoingCFAInfo() local
201 SetOffset = CFI.getOffset(); in calculateOutgoingCFAInfo()
204 SetOffset += CFI.getOffset(); in calculateOutgoingCFAInfo()
208 SetOffset = CFI.getOffset(); in calculateOutgoingCFAInfo()
217 CSROffset = CFI.getOffset() - SetOffset; in calculateOutgoingCFAInfo()
271 MBBInfo.OutgoingCFAOffset = SetOffset; in calculateOutgoingCFAInfo()
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBAddress.cpp98 addr.SetOffset(offset); in SetAddress()
143 m_opaque_up->SetOffset(load_addr); in SetLoadAddress()
152 m_opaque_up->SetOffset(addr_offset + offset); in OffsetAddress()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugArangeSet.h44 void SetOffset(uint32_t offset) { m_offset = offset; } in SetOffset() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Architecture/PPC64/
H A DArchitecturePPC64.cpp68 addr.SetOffset(addr.GetOffset() + loffs); in AdjustBreakpointAddress()
/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DCompactUnwindInfo.cpp756 row->SetOffset(0); in CreateUnwindPlan_x86_64()
846 row->SetOffset(0); in CreateUnwindPlan_x86_64()
1027 row->SetOffset(0); in CreateUnwindPlan_i386()
1109 row->SetOffset(0); in CreateUnwindPlan_i386()
1325 row->SetOffset(0); in CreateUnwindPlan_arm64()
1350 row->SetOffset(0); in CreateUnwindPlan_arm64()
1464 row->SetOffset(0); in CreateUnwindPlan_armv7()
H A DArmUnwindInfo.cpp325 row->SetOffset(0); in GetUnwindPlan()
H A DDWARFCallFrameInfo.cpp692 row->SetOffset(m_cfi_data.GetAddress(&offset) - in FDEToUnwindPlan()
786 row->SetOffset(offset); in FDEToUnwindPlan()
H A DBlock.cpp255 range.GetBaseAddress().SetOffset(func_offset + in GetRangeContainingAddress()
H A DSymbol.cpp155 m_addr_range.GetBaseAddress().SetOffset((uintptr_t)name.GetCString()); in SetReExportedSymbolName()
/freebsd-13.1/contrib/llvm-project/lldb/source/Expression/
H A DUtilityFunction.cpp74 impl_code_address.SetOffset(StartAddress()); in MakeFunctionCaller()
H A DMaterializer.cpp408 (*iter)->SetOffset(ret); in AddPersistentVariable()
761 (*iter)->SetOffset(ret); in AddVariable()
1046 (*iter)->SetOffset(ret); in AddResultVariable()
1164 (*iter)->SetOffset(ret); in AddSymbol()
1340 (*iter)->SetOffset(ret); in AddRegister()
/freebsd-13.1/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolver.cpp145 resolver->SetOffset(offset); in CreateFromStructuredData()
344 void BreakpointResolver::SetOffset(lldb::addr_t offset) { in SetOffset() function in BreakpointResolver
H A DBreakpointResolverName.cpp355 break_addr.SetOffset(break_addr.GetOffset() + prologue_byte_size); in SearchCallback()
372 break_addr.SetOffset(break_addr.GetOffset() + prologue_byte_size); in SearchCallback()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/InstEmulation/
H A DUnwindAssemblyInstEmulation.cpp209 m_curr_row->SetOffset(current_offset); in GetNonCallSiteUnwindPlanFromAssembly()
262 newrow->SetOffset(current_offset + m_forward_branch_offset); in GetNonCallSiteUnwindPlanFromAssembly()
276 m_curr_row->SetOffset(current_offset + in GetNonCallSiteUnwindPlanFromAssembly()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DUnwindPlan.h274 void SetOffset(int32_t offset) { in SetOffset() function
337 void SetOffset(lldb::addr_t offset) { m_offset = offset; } in SetOffset() function
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointResolver.h75 void SetOffset(lldb::addr_t offset);
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Expression/
H A DMaterializer.h113 void SetOffset(uint32_t offset) { m_offset = offset; } in SetOffset() function
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DAddress.h425 bool SetOffset(lldb::addr_t offset) { in SetOffset() function
H A DEmulateInstruction.h280 void SetOffset(int64_t signed_offset) { in SetOffset() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
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()
H A DSection.cpp266 so_addr.SetOffset(offset); in ResolveContainedAddress()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.cpp535 row_sp->SetOffset(0); in ParseCFIUnwindPlan()
547 row_sp->SetOffset(record->Address - init_record->Address); in ParseCFIUnwindPlan()
578 row_sp->SetOffset(0); in ParseWinUnwindPlan()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ABI/X86/
H A DABIMacOSX_i386.cpp391 row->SetOffset(0); in CreateDefaultUnwindPlan()

12