| /llvm-project/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() 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 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/lldb/source/Plugins/UnwindAssembly/x86/ |
| H A D | x86AssemblyInspectionEngine.cpp | 926 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 D | TestDWARFCallFrameInfo.cpp | 53 row.SetOffset(0); in GetExpectedRow0() 61 row.SetOffset(1); in GetExpectedRow1() 70 row.SetOffset(4); in GetExpectedRow2()
|
| /llvm-project/llvm/lib/CodeGen/ |
| H A D | CFIInstrInserter.cpp | 179 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 D | breakpoint.py | 90 def SetOffset(self, offs): member in Breakpoint 91 res = self.vt.SetOffset(self.breakpoint, offs)
|
| /llvm-project/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/lldb/source/Symbol/ |
| H A D | CompactUnwindInfo.cpp | 756 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 D | ArmUnwindInfo.cpp | 325 row->SetOffset(0); in GetUnwindPlan()
|
| H A D | Symbol.cpp | 203 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 D | ArchitecturePPC64.cpp | 61 addr.SetOffset(addr.GetOffset() + loffs); in AdjustBreakpointAddress()
|
| /llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFDebugArangeSet.h | |
| /llvm-project/lldb/source/Breakpoint/ |
| H A D | BreakpointResolver.cpp | 150 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 D | BreakpointResolverName.cpp | 346 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 D | UtilityFunction.cpp | 79 impl_code_address.SetOffset(StartAddress()); in MakeFunctionCaller()
|
| H A D | Materializer.cpp | 421 (*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 D | UnwindPlan.h | 296 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 D | UnwindAssemblyInstEmulation.cpp | 208 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 D | BreakpointResolver.h | 76 void SetOffset(lldb::addr_t offset);
|
| /llvm-project/lldb/include/lldb/Expression/ |
| H A D | Materializer.h | 136 void SetOffset(uint32_t offset) { m_offset = offset; } in SetOffset() function
|
| /llvm-project/lldb/unittests/ObjectFile/ELF/ |
| H A D | TestObjectFileELF.cpp | 250 entry_point_addr.SetOffset(entry_point_addr.GetOffset() - 1); in TEST_F()
|
| /llvm-project/lldb/include/lldb/Core/ |
| H A D | Address.h | 448 bool SetOffset(lldb::addr_t offset) { in SetOffset() function
|
| /llvm-project/lldb/unittests/UnwindAssembly/x86/ |
| H A D | Testx86AssemblyInspectionEngine.cpp | 2257 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 D | Address.cpp | 228 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 D | SymbolFileBreakpad.cpp | 664 row_sp->SetOffset(0); in ParseCFIUnwindPlan() 676 row_sp->SetOffset(record->Address - init_record->Address); in ParseCFIUnwindPlan() 706 row_sp->SetOffset(0); in ParseWinUnwindPlan()
|