| /freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
| D | DWARFDebugPubTable.cpp | 29 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-12-stable/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/x86/ |
| D | x86AssemblyInspectionEngine.cpp | 937 row->SetOffset(current_func_text_offset); in GetNonCallSiteUnwindPlanFromAssembly() 1057 fa_value_ptr->SetOffset(current_sp_bytes_offset_from_fa); in GetNonCallSiteUnwindPlanFromAssembly() 1176 fa_value_ptr->SetOffset(current_sp_bytes_offset_from_fa); in GetNonCallSiteUnwindPlanFromAssembly() 1184 fa_value_ptr->SetOffset(current_sp_bytes_offset_from_fa); in GetNonCallSiteUnwindPlanFromAssembly() 1194 fa_value_ptr->SetOffset(current_sp_bytes_offset_from_fa); in GetNonCallSiteUnwindPlanFromAssembly() 1202 fa_value_ptr->SetOffset(current_sp_bytes_offset_from_fa); in GetNonCallSiteUnwindPlanFromAssembly() 1287 fa_value_ptr->SetOffset(current_sp_bytes_offset_from_fa); in GetNonCallSiteUnwindPlanFromAssembly() 1294 row->SetOffset(current_func_text_offset + insn_len); in GetNonCallSiteUnwindPlanFromAssembly() 1399 new_row->SetOffset(offset); in AugmentUnwindPlanFromCallSite() 1439 row->SetOffset(offset); in AugmentUnwindPlanFromCallSite() [all …]
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/ |
| D | CFIInstrInserter.cpp | 180 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-12-stable/contrib/llvm-project/lldb/source/API/ |
| D | SBAddress.cpp | 98 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-12-stable/contrib/llvm-project/lldb/source/Symbol/ |
| D | CompactUnwindInfo.cpp | 756 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()
|
| D | ArmUnwindInfo.cpp | 325 row->SetOffset(0); in GetUnwindPlan()
|
| D | DWARFCallFrameInfo.cpp | 692 row->SetOffset(m_cfi_data.GetAddress(&offset) - in FDEToUnwindPlan() 786 row->SetOffset(offset); in FDEToUnwindPlan()
|
| D | Block.cpp | 255 range.GetBaseAddress().SetOffset(func_offset + in GetRangeContainingAddress()
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| D | DWARFDebugArangeSet.h | 44 void SetOffset(uint32_t offset) { m_offset = offset; } in SetOffset() function
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Architecture/PPC64/ |
| D | ArchitecturePPC64.cpp | 68 addr.SetOffset(addr.GetOffset() + loffs); in AdjustBreakpointAddress()
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Breakpoint/ |
| D | BreakpointResolver.cpp | 145 resolver->SetOffset(offset); in CreateFromStructuredData() 344 void BreakpointResolver::SetOffset(lldb::addr_t offset) { in SetOffset() function in BreakpointResolver
|
| D | BreakpointResolverName.cpp | 355 break_addr.SetOffset(break_addr.GetOffset() + prologue_byte_size); in SearchCallback() 372 break_addr.SetOffset(break_addr.GetOffset() + prologue_byte_size); in SearchCallback()
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Expression/ |
| D | UtilityFunction.cpp | 74 impl_code_address.SetOffset(StartAddress()); in MakeFunctionCaller()
|
| D | Materializer.cpp | 408 (*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-12-stable/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/InstEmulation/ |
| D | UnwindAssemblyInstEmulation.cpp | 209 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-12-stable/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| D | UnwindPlan.h | 274 void SetOffset(int32_t offset) { in SetOffset() function 337 void SetOffset(lldb::addr_t offset) { m_offset = offset; } in SetOffset() function
|
| /freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Breakpoint/ |
| D | BreakpointResolver.h | 75 void SetOffset(lldb::addr_t offset);
|
| /freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Expression/ |
| D | Materializer.h | 113 void SetOffset(uint32_t offset) { m_offset = offset; } in SetOffset() function
|
| /freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Core/ |
| D | Address.h | 425 bool SetOffset(lldb::addr_t offset) { in SetOffset() function
|
| D | EmulateInstruction.h | 280 void SetOffset(int64_t signed_offset) { in SetOffset() function
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Core/ |
| D | Address.cpp | 226 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()
|
| D | Section.cpp | 266 so_addr.SetOffset(offset); in ResolveContainedAddress()
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/ |
| D | SymbolFileBreakpad.cpp | 535 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-12-stable/contrib/llvm-project/lldb/source/Plugins/ABI/X86/ |
| D | ABIMacOSX_i386.cpp | 391 row->SetOffset(0); in CreateDefaultUnwindPlan()
|
| D | ABISysV_i386.cpp | 654 row->SetOffset(0); in CreateDefaultUnwindPlan()
|