Home
last modified time | relevance | path

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

12

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/UnwindAssembly/x86/
H A Dx86AssemblyInspectionEngine.cpp1174 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 DCFIInstrInserter.cpp160 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 DSBAddress.cpp73 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 DFuncUnwinders.cpp86 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 DCompactUnwindInfo.cpp757 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 DArmUnwindInfo.cpp326 row->SetOffset(0); in GetUnwindPlan()
H A DDWARFCallFrameInfo.cpp689 row->SetOffset(m_cfi_data.GetPointer(&offset) - in FDEToUnwindPlan()
784 row->SetOffset(offset); in FDEToUnwindPlan()
H A DBlock.cpp240 range.GetBaseAddress().SetOffset(func_offset + in GetRangeContainingAddress()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DAddressResolverName.cpp151 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 DAddress.cpp227 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 DSection.cpp258 so_addr.SetOffset(offset); in ResolveContainedAddress()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Architecture/PPC64/
H A DArchitecturePPC64.cpp68 addr.SetOffset(addr.GetOffset() + loffs); in AdjustBreakpointAddress()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugArangeSet.h43 void SetOffset(uint32_t offset) { m_offset = offset; } in SetOffset() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DUtilityFunction.cpp77 impl_code_address.SetOffset(StartAddress()); in MakeFunctionCaller()
H A DMaterializer.cpp419 (*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 DBreakpointResolver.cpp148 resolver->SetOffset(offset); in CreateFromStructuredData()
346 void BreakpointResolver::SetOffset(lldb::addr_t offset) { in SetOffset() function in BreakpointResolver
H A DBreakpointResolverName.cpp349 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 DUnwindAssemblyInstEmulation.cpp199 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 DBreakpointResolver.h82 void SetOffset(lldb::addr_t offset);
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DUnwindPlan.h264 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 DMaterializer.h116 void SetOffset(uint32_t offset) { m_offset = offset; } in SetOffset() function
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DAddress.h468 bool SetOffset(lldb::addr_t offset) { in SetOffset() function
H A DEmulateInstruction.h295 void SetOffset(int64_t signed_offset) { in SetOffset() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectDisassemble.cpp390 range.GetBaseAddress().SetOffset(m_options.start_addr); in DoExecute()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-hexagon/
H A DABISysV_hexagon.cpp1221 row->SetOffset(0); in CreateFunctionEntryUnwindPlan()

12