Home
last modified time | relevance | path

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

123

/llvm-project/lldb/unittests/ObjectFile/PECOFF/
H A DTestPECallFrameInfo.cpp214 row.SetOffset(0); in TEST_F()
220 row.SetOffset(2); in TEST_F()
225 row.SetOffset(3); in TEST_F()
230 row.SetOffset(4); in TEST_F()
235 row.SetOffset(6); in TEST_F()
240 row.SetOffset(8); in TEST_F()
245 row.SetOffset(0xC); in TEST_F()
256 row.SetOffset(0); in TEST_F()
267 row.SetOffset(5); in TEST_F()
278 row.SetOffset(0); in TEST_F()
[all …]
/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugPubTable.cpp29 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()
/llvm-project/lldb/source/Plugins/UnwindAssembly/x86/
H A Dx86AssemblyInspectionEngine.cpp926 row->SetOffset(current_func_text_offset); in GetNonCallSiteUnwindPlanFromAssembly()
1053 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()
1185 fa_value_ptr->SetOffset(current_sp_bytes_offset_from_fa); in GetNonCallSiteUnwindPlanFromAssembly()
1196 fa_value_ptr->SetOffset(current_sp_bytes_offset_from_fa); in GetNonCallSiteUnwindPlanFromAssembly()
1205 fa_value_ptr->SetOffset(current_sp_bytes_offset_from_fa); in GetNonCallSiteUnwindPlanFromAssembly()
1294 fa_value_ptr->SetOffset(current_sp_bytes_offset_from_fa); in GetNonCallSiteUnwindPlanFromAssembly()
1301 row->SetOffset(current_func_text_offset + insn_len); in GetNonCallSiteUnwindPlanFromAssembly()
1406 new_row->SetOffset(offset); in AugmentUnwindPlanFromCallSite()
1446 row->SetOffset(offse in AugmentUnwindPlanFromCallSite()
[all...]
/llvm-project/lldb/unittests/Symbol/
H A DTestDWARFCallFrameInfo.cpp53 row.SetOffset(0); in GetExpectedRow0()
61 row.SetOffset(1); in GetExpectedRow1()
70 row.SetOffset(4); in GetExpectedRow2()
/llvm-project/llvm/lib/CodeGen/
H A DCFIInstrInserter.cpp179 int64_t SetOffset = MBBInfo.IncomingCFAOffset; in calculateOutgoingCFAInfo()
204 SetOffset = CFI.getOffset(); in calculateOutgoingCFAInfo()
207 SetOffset += CFI.getOffset(); in calculateOutgoingCFAInfo()
211 SetOffset = CFI.getOffset(); in calculateOutgoingCFAInfo()
220 CSROffset = CFI.getOffset() - SetOffset; in calculateOutgoingCFAInfo()
293 MBBInfo.OutgoingCFAOffset = SetOffset; in updateSuccCFAInfo()
178 int SetOffset = MBBInfo.IncomingCFAOffset; calculateOutgoingCFAInfo() local
/llvm-project/cross-project-tests/debuginfo-tests/dexter/dex/debugger/dbgeng/
H A Dbreakpoint.py90 def SetOffset(self, offs): member in Breakpoint
91 res = self.vt.SetOffset(self.breakpoint, offs)
/llvm-project/lldb/source/API/
H A DSBAddress.cpp93 addr.SetOffset(offset); in SetAddress()
136 m_opaque_up->SetOffset(load_addr); in SetLoadAddress()
145 m_opaque_up->SetOffset(addr_offset + offset); in OffsetAddress()
/llvm-project/lldb/source/Symbol/
H A DCompactUnwindInfo.cpp756 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 DArmUnwindInfo.cpp325 row->SetOffset(0); in GetUnwindPlan()
H A DSymbol.cpp203 m_addr_range.GetBaseAddress().SetOffset((uintptr_t)name.GetCString()); in SetReExportedSymbolName()
677 m_addr_range.GetBaseAddress().SetOffset(value); in Decode()
/llvm-project/lldb/source/Plugins/Architecture/PPC64/
H A DArchitecturePPC64.cpp61 addr.SetOffset(addr.GetOffset() + loffs); in AdjustBreakpointAddress()
/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugArangeSet.h
/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolver.cpp150 result_sp->SetOffset(offset); in WrapOptionsDict()
372 void BreakpointResolver::SetOffset(lldb::addr_t offset) {
353 void BreakpointResolver::SetOffset(lldb::addr_t offset) { SetOffset() function in BreakpointResolver
H A DBreakpointResolverName.cpp346 break_addr.SetOffset(break_addr.GetOffset() + prologue_byte_size); in SearchCallback()
363 break_addr.SetOffset(break_addr.GetOffset() + prologue_byte_size); in SearchCallback()
/llvm-project/lldb/source/Expression/
H A DUtilityFunction.cpp79 impl_code_address.SetOffset(StartAddress()); in MakeFunctionCaller()
H A DMaterializer.cpp421 (*iter)->SetOffset(ret); in AddPersistentVariable()
896 (*iter)->SetOffset(ret); in AddVariable()
907 (*iter)->SetOffset(ret); in AddValueObject()
1207 (*iter)->SetOffset(ret);
1325 (*iter)->SetOffset(ret); in EntityRegister()
1501 (*iter)->SetOffset(ret);
/llvm-project/lldb/include/lldb/Symbol/
H A DUnwindPlan.h296 void SetOffset(int32_t offset) { in GetDWARFExpressionLength()
361 void SetOffset(lldb::addr_t offset) { m_offset = offset; }
274 void SetOffset(int32_t offset) { SetOffset() function
337 void SetOffset(lldb::addr_t offset) { m_offset = offset; } SetOffset() function
/llvm-project/lldb/source/Plugins/UnwindAssembly/InstEmulation/
H A DUnwindAssemblyInstEmulation.cpp208 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()
/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointResolver.h76 void SetOffset(lldb::addr_t offset);
/llvm-project/lldb/include/lldb/Expression/
H A DMaterializer.h136 void SetOffset(uint32_t offset) { m_offset = offset; } in SetOffset() function
/llvm-project/lldb/unittests/ObjectFile/ELF/
H A DTestObjectFileELF.cpp250 entry_point_addr.SetOffset(entry_point_addr.GetOffset() - 1); in TEST_F()
/llvm-project/lldb/include/lldb/Core/
H A DAddress.h448 bool SetOffset(lldb::addr_t offset) { in SetOffset() function
/llvm-project/lldb/unittests/UnwindAssembly/x86/
H A DTestx86AssemblyInspectionEngine.cpp2257 row_sp->SetOffset(0); in TEST_F()
2271 row_sp->SetOffset(1); in TEST_F()
2283 row_sp->SetOffset(4); in TEST_F()
2344 row_sp->SetOffset(0); in TEST_F()
2358 row_sp->SetOffset(1); in TEST_F()
2370 row_sp->SetOffset(4); in TEST_F()
2422 row_sp->SetOffset(0); in TEST_F()
2436 row_sp->SetOffset(1); in TEST_F()
2448 row_sp->SetOffset(3); in TEST_F()
/llvm-project/lldb/source/Core/
H A DAddress.cpp228 curr_address.SetOffset(curr_address.GetOffset() + bytes_read); in ReadCStringFromMemory()
566 cstr_addr.SetOffset(cstr_addr.GetOffset() + pointer_size); in Dump()
592 cfstring_data_addr.SetOffset(cfstring_data_addr.GetOffset() + in Dump()
/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.cpp664 row_sp->SetOffset(0); in ParseCFIUnwindPlan()
676 row_sp->SetOffset(record->Address - init_record->Address); in ParseCFIUnwindPlan()
706 row_sp->SetOffset(0); in ParseWinUnwindPlan()

123