| /llvm-project-15.0.7/lldb/unittests/ObjectFile/PECOFF/ |
| H A D | TestPECallFrameInfo.cpp | 214 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 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()
|
| /llvm-project-15.0.7/lldb/source/Plugins/UnwindAssembly/x86/ |
| H A D | x86AssemblyInspectionEngine.cpp | 1400 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 D | TestDWARFCallFrameInfo.cpp | 53 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 D | CFIInstrInserter.cpp | 178 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 D | breakpoint.py | 78 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 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()
|
| /llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFDebugArangeSet.h | 44 void SetOffset(uint32_t offset) { m_offset = offset; } in SetOffset() function
|
| /llvm-project-15.0.7/lldb/source/Plugins/Architecture/PPC64/ |
| H A D | ArchitecturePPC64.cpp | 61 addr.SetOffset(addr.GetOffset() + loffs); in AdjustBreakpointAddress()
|
| /llvm-project-15.0.7/lldb/source/Symbol/ |
| H A D | CompactUnwindInfo.cpp | 757 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 D | Symbol.cpp | 156 m_addr_range.GetBaseAddress().SetOffset((uintptr_t)name.GetCString()); in SetReExportedSymbolName() 630 m_addr_range.GetBaseAddress().SetOffset(value); in Decode()
|
| H A D | ArmUnwindInfo.cpp | 325 row->SetOffset(0); in GetUnwindPlan()
|
| /llvm-project-15.0.7/lldb/source/Expression/ |
| H A D | UtilityFunction.cpp | 69 impl_code_address.SetOffset(StartAddress()); in MakeFunctionCaller()
|
| H A D | Materializer.cpp | 420 (*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 D | BreakpointResolver.cpp | 145 resolver->SetOffset(offset); in CreateFromStructuredData() 343 void BreakpointResolver::SetOffset(lldb::addr_t offset) { in SetOffset() function in BreakpointResolver
|
| H A D | BreakpointResolverName.cpp | 353 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 D | TestObjectFileELF.cpp | 218 entry_point_addr.SetOffset(entry_point_addr.GetOffset() - 1); in TEST_F()
|
| /llvm-project-15.0.7/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
|
| /llvm-project-15.0.7/lldb/include/lldb/Breakpoint/ |
| H A D | BreakpointResolver.h | 75 void SetOffset(lldb::addr_t offset);
|
| /llvm-project-15.0.7/lldb/source/Plugins/UnwindAssembly/InstEmulation/ |
| H A D | UnwindAssemblyInstEmulation.cpp | 211 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 D | Materializer.h | 135 void SetOffset(uint32_t offset) { m_offset = offset; } in SetOffset() function
|
| /llvm-project-15.0.7/lldb/include/lldb/Core/ |
| H A D | Address.h | 438 bool SetOffset(lldb::addr_t offset) { in SetOffset() function
|
| /llvm-project-15.0.7/lldb/unittests/UnwindAssembly/x86/ |
| H A D | Testx86AssemblyInspectionEngine.cpp | 2235 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 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()
|
| /llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/Breakpad/ |
| H A D | SymbolFileBreakpad.cpp | 671 row_sp->SetOffset(0); in ParseCFIUnwindPlan() 683 row_sp->SetOffset(record->Address - init_record->Address); in ParseCFIUnwindPlan() 713 row_sp->SetOffset(0); in ParseWinUnwindPlan()
|