| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/UnwindAssembly/x86/ |
| H A D | x86AssemblyInspectionEngine.cpp | 1174 new_row->SetOffset(offset); in AugmentUnwindPlanFromCallSite() 1214 row->SetOffset(offset); in AugmentUnwindPlanFromCallSite() 1226 row->SetOffset(offset); in AugmentUnwindPlanFromCallSite() 1240 row->SetOffset(offset); in AugmentUnwindPlanFromCallSite() 1250 row->SetOffset(offset); in AugmentUnwindPlanFromCallSite() 1261 row->SetOffset(offset); in AugmentUnwindPlanFromCallSite() 1271 row->SetOffset(offset); in AugmentUnwindPlanFromCallSite() 1282 row->SetOffset(offset); in AugmentUnwindPlanFromCallSite() 1291 row->SetOffset(offset); in AugmentUnwindPlanFromCallSite() 1302 row->SetOffset(offset); in AugmentUnwindPlanFromCallSite() [all …]
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | CFIInstrInserter.cpp | 160 int SetOffset = MBBInfo.IncomingCFAOffset; in calculateOutgoingCFAInfo() local 176 SetOffset = CFI.getOffset(); in calculateOutgoingCFAInfo() 179 SetOffset += CFI.getOffset(); in calculateOutgoingCFAInfo() 183 SetOffset = CFI.getOffset(); in calculateOutgoingCFAInfo() 220 MBBInfo.OutgoingCFAOffset = SetOffset; in calculateOutgoingCFAInfo()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/API/ |
| H A D | SBAddress.cpp | 73 addr.SetOffset(offset); in SetAddress() 127 m_opaque_ap->SetOffset(load_addr); in SetLoadAddress() 134 m_opaque_ap->SetOffset(addr_offset + offset); in OffsetAddress()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/ |
| H A D | FuncUnwinders.cpp | 86 current_pc.SetOffset(current_pc.GetOffset() + current_offset); in GetCompactUnwindUnwindPlan() 111 current_pc.SetOffset(current_pc.GetOffset() + current_offset); in GetEHFrameUnwindPlan() 133 current_pc.SetOffset(current_pc.GetOffset() + current_offset); in GetDebugFrameUnwindPlan() 156 current_pc.SetOffset(current_pc.GetOffset() + current_offset); in GetArmUnwindUnwindPlan()
|
| H A D | CompactUnwindInfo.cpp | 757 row->SetOffset(0); in CreateUnwindPlan_x86_64() 847 row->SetOffset(0); in CreateUnwindPlan_x86_64() 1027 row->SetOffset(0); in CreateUnwindPlan_i386() 1109 row->SetOffset(0); in CreateUnwindPlan_i386() 1324 row->SetOffset(0); in CreateUnwindPlan_arm64() 1349 row->SetOffset(0); in CreateUnwindPlan_arm64() 1462 row->SetOffset(0); in CreateUnwindPlan_armv7()
|
| H A D | ArmUnwindInfo.cpp | 326 row->SetOffset(0); in GetUnwindPlan()
|
| H A D | DWARFCallFrameInfo.cpp | 689 row->SetOffset(m_cfi_data.GetPointer(&offset) - in FDEToUnwindPlan() 784 row->SetOffset(offset); in FDEToUnwindPlan()
|
| H A D | Block.cpp | 240 range.GetBaseAddress().SetOffset(func_offset + in GetRangeContainingAddress()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Core/ |
| H A D | AddressResolverName.cpp | 151 func_addr.SetOffset(func_addr.GetOffset() + prologue_byte_size); in SearchCallback() 174 func_addr.SetOffset(func_addr.GetOffset() + prologue_byte_size); in SearchCallback()
|
| H A D | Address.cpp | 227 curr_address.SetOffset(curr_address.GetOffset() + bytes_read); in ReadCStringFromMemory() 537 cstr_addr.SetOffset(cstr_addr.GetOffset() + pointer_size); in Dump() 563 cfstring_data_addr.SetOffset(cfstring_data_addr.GetOffset() + in Dump()
|
| H A D | Section.cpp | 258 so_addr.SetOffset(offset); in ResolveContainedAddress()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Architecture/PPC64/ |
| H A D | ArchitecturePPC64.cpp | 68 addr.SetOffset(addr.GetOffset() + loffs); in AdjustBreakpointAddress()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFDebugArangeSet.h | 43 void SetOffset(uint32_t offset) { m_offset = offset; } in SetOffset() function
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/ |
| H A D | UtilityFunction.cpp | 77 impl_code_address.SetOffset(StartAddress()); in MakeFunctionCaller()
|
| H A D | Materializer.cpp | 419 (*iter)->SetOffset(ret); in AddPersistentVariable() 766 (*iter)->SetOffset(ret); in AddVariable() 1046 (*iter)->SetOffset(ret); in AddResultVariable() 1160 (*iter)->SetOffset(ret); in AddSymbol() 1335 (*iter)->SetOffset(ret); in AddRegister()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Breakpoint/ |
| H A D | BreakpointResolver.cpp | 148 resolver->SetOffset(offset); in CreateFromStructuredData() 346 void BreakpointResolver::SetOffset(lldb::addr_t offset) { in SetOffset() function in BreakpointResolver
|
| H A D | BreakpointResolverName.cpp | 349 break_addr.SetOffset(break_addr.GetOffset() + prologue_byte_size); in SearchCallback() 367 break_addr.SetOffset(break_addr.GetOffset() + prologue_byte_size); in SearchCallback()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/UnwindAssembly/InstEmulation/ |
| H A D | UnwindAssemblyInstEmulation.cpp | 199 m_curr_row->SetOffset(current_offset); in GetNonCallSiteUnwindPlanFromAssembly() 235 newrow->SetOffset(current_offset + m_forward_branch_offset); in GetNonCallSiteUnwindPlanFromAssembly() 249 m_curr_row->SetOffset(current_offset + in GetNonCallSiteUnwindPlanFromAssembly()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Breakpoint/ |
| H A D | BreakpointResolver.h | 82 void SetOffset(lldb::addr_t offset);
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/ |
| H A D | UnwindPlan.h | 264 void SetOffset(int32_t offset) { in SetOffset() function 328 void SetOffset(lldb::addr_t offset) { m_offset = offset; } in SetOffset() function
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Expression/ |
| H A D | Materializer.h | 116 void SetOffset(uint32_t offset) { m_offset = offset; } in SetOffset() function
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/ |
| H A D | Address.h | 468 bool SetOffset(lldb::addr_t offset) { in SetOffset() function
|
| H A D | EmulateInstruction.h | 295 void SetOffset(int64_t signed_offset) { in SetOffset() function
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/ |
| H A D | CommandObjectDisassemble.cpp | 390 range.GetBaseAddress().SetOffset(m_options.start_addr); in DoExecute()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-hexagon/ |
| H A D | ABISysV_hexagon.cpp | 1221 row->SetOffset(0); in CreateFunctionEntryUnwindPlan()
|