Home
last modified time | relevance | path

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

12

/freebsd/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/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/x86/
H A Dx86AssemblyInspectionEngine.cpp926 row->SetOffset(current_func_text_offset); in GetNonCallSiteUnwindPlanFromAssembly()
1046 fa_value_ptr->SetOffset(current_sp_bytes_offset_from_fa); in GetNonCallSiteUnwindPlanFromAssembly()
1165 fa_value_ptr->SetOffset(current_sp_bytes_offset_from_fa); in GetNonCallSiteUnwindPlanFromAssembly()
1173 fa_value_ptr->SetOffset(current_sp_bytes_offset_from_fa); in GetNonCallSiteUnwindPlanFromAssembly()
1183 fa_value_ptr->SetOffset(current_sp_bytes_offset_from_fa); in GetNonCallSiteUnwindPlanFromAssembly()
1191 fa_value_ptr->SetOffset(current_sp_bytes_offset_from_fa); in GetNonCallSiteUnwindPlanFromAssembly()
1276 fa_value_ptr->SetOffset(current_sp_bytes_offset_from_fa); in GetNonCallSiteUnwindPlanFromAssembly()
1283 row->SetOffset(current_func_text_offset + insn_len); in GetNonCallSiteUnwindPlanFromAssembly()
1388 new_row->SetOffset(offset); in AugmentUnwindPlanFromCallSite()
1428 row->SetOffset(offset); in AugmentUnwindPlanFromCallSite()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCFIInstrInserter.cpp178 int64_t SetOffset = MBBInfo.IncomingCFAOffset; in calculateOutgoingCFAInfo() local
199 SetOffset = CFI.getOffset(); in calculateOutgoingCFAInfo()
202 SetOffset += CFI.getOffset(); in calculateOutgoingCFAInfo()
206 SetOffset = CFI.getOffset(); in calculateOutgoingCFAInfo()
215 CSROffset = CFI.getOffset() - SetOffset; in calculateOutgoingCFAInfo()
270 MBBInfo.OutgoingCFAOffset = SetOffset; in calculateOutgoingCFAInfo()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBAddress.cpp93 addr.SetOffset(offset); in SetAddress()
136 m_opaque_up->SetOffset(load_addr); in SetLoadAddress()
145 m_opaque_up->SetOffset(addr_offset + offset); in OffsetAddress()
/freebsd/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 DSymbol.cpp203 m_addr_range.GetBaseAddress().SetOffset((uintptr_t)name.GetCString()); in SetReExportedSymbolName()
677 m_addr_range.GetBaseAddress().SetOffset(value); in Decode()
H A DDWARFCallFrameInfo.cpp697 row->SetOffset(m_cfi_data.GetAddress(&offset) - in FDEToUnwindPlan()
791 row->SetOffset(offset); in FDEToUnwindPlan()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Architecture/PPC64/
H A DArchitecturePPC64.cpp61 addr.SetOffset(addr.GetOffset() + loffs); in AdjustBreakpointAddress()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugArangeSet.h46 void SetOffset(uint32_t offset) { m_offset = offset; }
44 void SetOffset(uint32_t offset) { m_offset = offset; } SetOffset() function
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolver.cpp146 result_sp->SetOffset(offset); in CreateFromStructuredData()
353 void BreakpointResolver::SetOffset(lldb::addr_t offset) { in SetOffset() function in BreakpointResolver
H A DBreakpointResolverName.cpp343 break_addr.SetOffset(break_addr.GetOffset() + prologue_byte_size); in SearchCallback()
360 break_addr.SetOffset(break_addr.GetOffset() + prologue_byte_size); in SearchCallback()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DUtilityFunction.cpp78 impl_code_address.SetOffset(StartAddress()); in MakeFunctionCaller()
H A DMaterializer.cpp421 (*iter)->SetOffset(ret); in AddPersistentVariable()
895 (*iter)->SetOffset(ret); in AddVariable()
906 (*iter)->SetOffset(ret); in AddValueObject()
1196 (*iter)->SetOffset(ret); in AddResultVariable()
1314 (*iter)->SetOffset(ret); in AddSymbol()
1490 (*iter)->SetOffset(ret); in AddRegister()
/freebsd/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/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/InstEmulation/
H A DUnwindAssemblyInstEmulation.cpp208 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/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointResolver.h76 void SetOffset(lldb::addr_t offset);
/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/
H A DMaterializer.h136 void SetOffset(uint32_t offset) { m_offset = offset; } in SetOffset() function
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DAddress.h448 bool SetOffset(lldb::addr_t offset) {
438 bool SetOffset(lldb::addr_t offset) { SetOffset() function
H A DEmulateInstruction.h288 void SetOffset(int64_t signed_offset) { in SetOffset() function
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DAddress.cpp229 curr_address.SetOffset(curr_address.GetOffset() + bytes_read); in ReadCStringFromMemory()
567 cstr_addr.SetOffset(cstr_addr.GetOffset() + pointer_size); in Dump()
593 cfstring_data_addr.SetOffset(cfstring_data_addr.GetOffset() + in Dump()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.cpp666 row_sp->SetOffset(0); in ParseCFIUnwindPlan()
678 row_sp->SetOffset(record->Address - init_record->Address); in ParseCFIUnwindPlan()
708 row_sp->SetOffset(0); in ParseWinUnwindPlan()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/X86/
H A DABIMacOSX_i386.cpp392 row->SetOffset(0); in CreateDefaultUnwindPlan()
H A DABISysV_i386.cpp656 row->SetOffset(0); in CreateDefaultUnwindPlan()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/Hexagon/
H A DABISysV_hexagon.cpp1207 row->SetOffset(0); in CreateFunctionEntryUnwindPlan()

12