/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
H A 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/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/x86/ |
H A D | x86AssemblyInspectionEngine.cpp | 926 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 D | CFIInstrInserter.cpp | 178 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 D | SBAddress.cpp | 93 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 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()
|
H A D | ArmUnwindInfo.cpp | 325 row->SetOffset(0); in GetUnwindPlan()
|
H A D | Symbol.cpp | 203 m_addr_range.GetBaseAddress().SetOffset((uintptr_t)name.GetCString()); in SetReExportedSymbolName() 677 m_addr_range.GetBaseAddress().SetOffset(value); in Decode()
|
H A D | DWARFCallFrameInfo.cpp | 697 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 D | ArchitecturePPC64.cpp | 61 addr.SetOffset(addr.GetOffset() + loffs); in AdjustBreakpointAddress()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | DWARFDebugArangeSet.h | 46 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 D | BreakpointResolver.cpp | 146 result_sp->SetOffset(offset); in CreateFromStructuredData() 353 void BreakpointResolver::SetOffset(lldb::addr_t offset) { in SetOffset() function in BreakpointResolver
|
H A D | BreakpointResolverName.cpp | 343 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 D | UtilityFunction.cpp | 78 impl_code_address.SetOffset(StartAddress()); in MakeFunctionCaller()
|
H A D | Materializer.cpp | 421 (*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 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/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/InstEmulation/ |
H A D | UnwindAssemblyInstEmulation.cpp | 208 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 D | BreakpointResolver.h | 76 void SetOffset(lldb::addr_t offset);
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/ |
H A D | Materializer.h | 136 void SetOffset(uint32_t offset) { m_offset = offset; } in SetOffset() function
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
H A D | Address.h | 448 bool SetOffset(lldb::addr_t offset) { 438 bool SetOffset(lldb::addr_t offset) { SetOffset() function
|
H A D | EmulateInstruction.h | 288 void SetOffset(int64_t signed_offset) { in SetOffset() function
|
/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | Address.cpp | 229 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 D | SymbolFileBreakpad.cpp | 666 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 D | ABIMacOSX_i386.cpp | 392 row->SetOffset(0); in CreateDefaultUnwindPlan()
|
H A D | ABISysV_i386.cpp | 656 row->SetOffset(0); in CreateDefaultUnwindPlan()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/Hexagon/ |
H A D | ABISysV_hexagon.cpp | 1207 row->SetOffset(0); in CreateFunctionEntryUnwindPlan()
|