| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/UnwindAssembly/x86/ |
| H A D | x86AssemblyInspectionEngine.cpp | 935 row->SetOffset(current_func_text_offset); in GetNonCallSiteUnwindPlanFromAssembly() 1055 fa_value_ptr->SetOffset(current_sp_bytes_offset_from_fa); in GetNonCallSiteUnwindPlanFromAssembly() 1174 fa_value_ptr->SetOffset(current_sp_bytes_offset_from_fa); in GetNonCallSiteUnwindPlanFromAssembly() 1182 fa_value_ptr->SetOffset(current_sp_bytes_offset_from_fa); in GetNonCallSiteUnwindPlanFromAssembly() 1192 fa_value_ptr->SetOffset(current_sp_bytes_offset_from_fa); in GetNonCallSiteUnwindPlanFromAssembly() 1200 fa_value_ptr->SetOffset(current_sp_bytes_offset_from_fa); in GetNonCallSiteUnwindPlanFromAssembly() 1285 fa_value_ptr->SetOffset(current_sp_bytes_offset_from_fa); in GetNonCallSiteUnwindPlanFromAssembly() 1292 row->SetOffset(current_func_text_offset + insn_len); in GetNonCallSiteUnwindPlanFromAssembly() 1397 new_row->SetOffset(offset); in AugmentUnwindPlanFromCallSite() 1437 row->SetOffset(offset); in AugmentUnwindPlanFromCallSite() [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | CFIInstrInserter.cpp | 177 int SetOffset = MBBInfo.IncomingCFAOffset; in calculateOutgoingCFAInfo() local 198 SetOffset = CFI.getOffset(); in calculateOutgoingCFAInfo() 201 SetOffset += CFI.getOffset(); in calculateOutgoingCFAInfo() 205 SetOffset = CFI.getOffset(); in calculateOutgoingCFAInfo() 214 CSROffset = CFI.getOffset() - SetOffset; in calculateOutgoingCFAInfo() 268 MBBInfo.OutgoingCFAOffset = SetOffset; in calculateOutgoingCFAInfo()
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFDebugArangeSet.h | 44 void SetOffset(uint32_t offset) { m_offset = offset; } in SetOffset() function
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Architecture/PPC64/ |
| H A D | ArchitecturePPC64.cpp | 61 addr.SetOffset(addr.GetOffset() + loffs); in AdjustBreakpointAddress()
|
| /openbsd-src/gnu/llvm/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 | Symbol.cpp | 155 m_addr_range.GetBaseAddress().SetOffset((uintptr_t)name.GetCString()); in SetReExportedSymbolName() 629 m_addr_range.GetBaseAddress().SetOffset(value); in Decode()
|
| H A D | ArmUnwindInfo.cpp | 325 row->SetOffset(0); in GetUnwindPlan()
|
| H A D | DWARFCallFrameInfo.cpp | 693 row->SetOffset(m_cfi_data.GetAddress(&offset) - in FDEToUnwindPlan() 787 row->SetOffset(offset); in FDEToUnwindPlan()
|
| /openbsd-src/gnu/llvm/lldb/source/Expression/ |
| H A D | UtilityFunction.cpp | 76 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()
|
| /openbsd-src/gnu/llvm/lldb/source/Breakpoint/ |
| H A D | BreakpointResolver.cpp | 146 resolver->SetOffset(offset); in CreateFromStructuredData() 344 void BreakpointResolver::SetOffset(lldb::addr_t offset) { in SetOffset() function in BreakpointResolver
|
| H A D | BreakpointResolverName.cpp | 352 break_addr.SetOffset(break_addr.GetOffset() + prologue_byte_size); in SearchCallback() 369 break_addr.SetOffset(break_addr.GetOffset() + prologue_byte_size); in SearchCallback()
|
| /openbsd-src/gnu/llvm/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
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Breakpoint/ |
| H A D | BreakpointResolver.h | 76 void SetOffset(lldb::addr_t offset);
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Expression/ |
| H A D | Materializer.h | 135 void SetOffset(uint32_t offset) { m_offset = offset; } in SetOffset() function
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Core/ |
| H A D | Address.h | 438 bool SetOffset(lldb::addr_t offset) { in SetOffset() function
|
| H A D | EmulateInstruction.h | 288 void SetOffset(int64_t signed_offset) { in SetOffset() function
|
| /openbsd-src/gnu/llvm/lldb/source/Core/ |
| H A D | Address.cpp | 227 curr_address.SetOffset(curr_address.GetOffset() + bytes_read); in ReadCStringFromMemory() 565 cstr_addr.SetOffset(cstr_addr.GetOffset() + pointer_size); in Dump() 591 cfstring_data_addr.SetOffset(cfstring_data_addr.GetOffset() + in Dump()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/Breakpad/ |
| H A D | SymbolFileBreakpad.cpp | 673 row_sp->SetOffset(0); in ParseCFIUnwindPlan() 685 row_sp->SetOffset(record->Address - init_record->Address); in ParseCFIUnwindPlan() 715 row_sp->SetOffset(0); in ParseWinUnwindPlan()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ABI/X86/ |
| H A D | ABIMacOSX_i386.cpp | 392 row->SetOffset(0); in CreateDefaultUnwindPlan()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/Linux/ |
| H A D | PlatformLinux.cpp | 214 row->SetOffset(0); in GetAArch64TrapHanlderUnwindPlan()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ABI/Hexagon/ |
| H A D | ABISysV_hexagon.cpp | 1122 row->SetOffset(0); in CreateFunctionEntryUnwindPlan()
|