Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/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()
256 row.SetOffset(0); in TEST_F()
267 row.SetOffset(5); in TEST_F()
278 row.SetOffset(0); in TEST_F()
284 row.SetOffset(6); in TEST_F()
[all …]
/llvm-project-15.0.7/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-15.0.7/lldb/source/Plugins/UnwindAssembly/x86/
H A Dx86AssemblyInspectionEngine.cpp1400 new_row->SetOffset(offset); in AugmentUnwindPlanFromCallSite()
1440 row->SetOffset(offset); in AugmentUnwindPlanFromCallSite()
1452 row->SetOffset(offset); in AugmentUnwindPlanFromCallSite()
1466 row->SetOffset(offset); in AugmentUnwindPlanFromCallSite()
1476 row->SetOffset(offset); in AugmentUnwindPlanFromCallSite()
1487 row->SetOffset(offset); in AugmentUnwindPlanFromCallSite()
1497 row->SetOffset(offset); in AugmentUnwindPlanFromCallSite()
1508 row->SetOffset(offset); in AugmentUnwindPlanFromCallSite()
1517 row->SetOffset(offset); in AugmentUnwindPlanFromCallSite()
1528 row->SetOffset(offset); in AugmentUnwindPlanFromCallSite()
[all …]
/llvm-project-15.0.7/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-15.0.7/llvm/lib/CodeGen/
H A DCFIInstrInserter.cpp178 int 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()
269 MBBInfo.OutgoingCFAOffset = SetOffset; in calculateOutgoingCFAInfo()
/llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter/dex/debugger/dbgeng/
H A Dbreakpoint.py78 def SetOffset(self, offs): member in Breakpoint
79 res = self.vt.SetOffset(self.breakpoint, offs)
/llvm-project-15.0.7/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-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugArangeSet.h44 void SetOffset(uint32_t offset) { m_offset = offset; } in SetOffset() function
/llvm-project-15.0.7/lldb/source/Plugins/Architecture/PPC64/
H A DArchitecturePPC64.cpp61 addr.SetOffset(addr.GetOffset() + loffs); in AdjustBreakpointAddress()
/llvm-project-15.0.7/lldb/source/Symbol/
H A DCompactUnwindInfo.cpp757 row->SetOffset(0); in CreateUnwindPlan_x86_64()
847 row->SetOffset(0); in CreateUnwindPlan_x86_64()
1028 row->SetOffset(0); in CreateUnwindPlan_i386()
1110 row->SetOffset(0); in CreateUnwindPlan_i386()
1326 row->SetOffset(0); in CreateUnwindPlan_arm64()
1351 row->SetOffset(0); in CreateUnwindPlan_arm64()
1465 row->SetOffset(0); in CreateUnwindPlan_armv7()
H A DSymbol.cpp156 m_addr_range.GetBaseAddress().SetOffset((uintptr_t)name.GetCString()); in SetReExportedSymbolName()
630 m_addr_range.GetBaseAddress().SetOffset(value); in Decode()
H A DArmUnwindInfo.cpp325 row->SetOffset(0); in GetUnwindPlan()
/llvm-project-15.0.7/lldb/source/Expression/
H A DUtilityFunction.cpp69 impl_code_address.SetOffset(StartAddress()); in MakeFunctionCaller()
H A DMaterializer.cpp420 (*iter)->SetOffset(ret); in AddPersistentVariable()
894 (*iter)->SetOffset(ret); in AddVariable()
905 (*iter)->SetOffset(ret); in AddValueObject()
1188 (*iter)->SetOffset(ret); in AddResultVariable()
1306 (*iter)->SetOffset(ret); in AddSymbol()
1482 (*iter)->SetOffset(ret); in AddRegister()
/llvm-project-15.0.7/lldb/source/Breakpoint/
H A DBreakpointResolver.cpp145 resolver->SetOffset(offset); in CreateFromStructuredData()
343 void BreakpointResolver::SetOffset(lldb::addr_t offset) { in SetOffset() function in BreakpointResolver
H A DBreakpointResolverName.cpp353 break_addr.SetOffset(break_addr.GetOffset() + prologue_byte_size); in SearchCallback()
370 break_addr.SetOffset(break_addr.GetOffset() + prologue_byte_size); in SearchCallback()
/llvm-project-15.0.7/lldb/unittests/ObjectFile/ELF/
H A DTestObjectFileELF.cpp218 entry_point_addr.SetOffset(entry_point_addr.GetOffset() - 1); in TEST_F()
/llvm-project-15.0.7/lldb/include/lldb/Symbol/
H A DUnwindPlan.h274 void SetOffset(int32_t offset) { in SetOffset() function
337 void SetOffset(lldb::addr_t offset) { m_offset = offset; } in SetOffset() function
/llvm-project-15.0.7/lldb/include/lldb/Breakpoint/
H A DBreakpointResolver.h75 void SetOffset(lldb::addr_t offset);
/llvm-project-15.0.7/lldb/source/Plugins/UnwindAssembly/InstEmulation/
H A DUnwindAssemblyInstEmulation.cpp211 m_curr_row->SetOffset(current_offset); in GetNonCallSiteUnwindPlanFromAssembly()
265 newrow->SetOffset(current_offset + m_forward_branch_offset); in GetNonCallSiteUnwindPlanFromAssembly()
279 m_curr_row->SetOffset(current_offset + in GetNonCallSiteUnwindPlanFromAssembly()
/llvm-project-15.0.7/lldb/include/lldb/Expression/
H A DMaterializer.h135 void SetOffset(uint32_t offset) { m_offset = offset; } in SetOffset() function
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DAddress.h438 bool SetOffset(lldb::addr_t offset) { in SetOffset() function
/llvm-project-15.0.7/lldb/unittests/UnwindAssembly/x86/
H A DTestx86AssemblyInspectionEngine.cpp2235 row_sp->SetOffset(0); in TEST_F()
2249 row_sp->SetOffset(1); in TEST_F()
2261 row_sp->SetOffset(4); in TEST_F()
2322 row_sp->SetOffset(0); in TEST_F()
2336 row_sp->SetOffset(1); in TEST_F()
2348 row_sp->SetOffset(4); in TEST_F()
2400 row_sp->SetOffset(0); in TEST_F()
2414 row_sp->SetOffset(1); in TEST_F()
2426 row_sp->SetOffset(3); in TEST_F()
/llvm-project-15.0.7/lldb/source/Core/
H A DAddress.cpp227 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()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.cpp671 row_sp->SetOffset(0); in ParseCFIUnwindPlan()
683 row_sp->SetOffset(record->Address - init_record->Address); in ParseCFIUnwindPlan()
713 row_sp->SetOffset(0); in ParseWinUnwindPlan()

12