| /freebsd/contrib/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()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/x86/ |
| H A D | x86AssemblyInspectionEngine.cpp | 926 row.SetOffset(current_func_text_offset); in GetNonCallSiteUnwindPlanFromAssembly() 1049 fa_value_ptr->SetOffset(current_sp_bytes_offset_from_fa); in GetNonCallSiteUnwindPlanFromAssembly() 1172 fa_value_ptr->SetOffset(current_sp_bytes_offset_from_fa); in GetNonCallSiteUnwindPlanFromAssembly() 1181 fa_value_ptr->SetOffset(current_sp_bytes_offset_from_fa); in GetNonCallSiteUnwindPlanFromAssembly() 1192 fa_value_ptr->SetOffset(current_sp_bytes_offset_from_fa); in GetNonCallSiteUnwindPlanFromAssembly() 1201 fa_value_ptr->SetOffset(current_sp_bytes_offset_from_fa); in GetNonCallSiteUnwindPlanFromAssembly() 1284 fa_value_ptr->SetOffset(current_sp_bytes_offset_from_fa); in GetNonCallSiteUnwindPlanFromAssembly() 1291 row.SetOffset(current_func_text_offset + insn_len); in GetNonCallSiteUnwindPlanFromAssembly() 1384 row.SetOffset(offset); in AugmentUnwindPlanFromCallSite() 1422 row.SetOffset(offset); in AugmentUnwindPlanFromCallSite() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | CFIInstrInserter.cpp | 179 int64_t SetOffset = MBBInfo.IncomingCFAOffset; in calculateOutgoingCFAInfo() local 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 calculateOutgoingCFAInfo()
|
| /freebsd/contrib/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()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Architecture/PPC64/ |
| H A D | ArchitecturePPC64.cpp | 61 addr.SetOffset(addr.GetOffset() + loffs); in AdjustBreakpointAddress()
|
| /freebsd/contrib/llvm-project/lldb/source/Breakpoint/ |
| H A D | BreakpointResolver.cpp | 150 result_sp->SetOffset(offset); in CreateFromStructuredData() 371 void BreakpointResolver::SetOffset(lldb::addr_t offset) { in SetOffset() function in BreakpointResolver
|
| H A D | BreakpointResolverName.cpp | 345 break_addr.SetOffset(break_addr.GetOffset() + prologue_byte_size); in SearchCallback() 362 break_addr.SetOffset(break_addr.GetOffset() + prologue_byte_size); in SearchCallback()
|
| /freebsd/contrib/llvm-project/lldb/source/Expression/ |
| H A D | UtilityFunction.cpp | 79 impl_code_address.SetOffset(StartAddress()); in MakeFunctionCaller()
|
| H A D | Materializer.cpp | 427 (*iter)->SetOffset(ret); in AddPersistentVariable() 903 (*iter)->SetOffset(ret); in AddVariable() 914 (*iter)->SetOffset(ret); in AddValueObject() 1218 (*iter)->SetOffset(ret); in AddResultVariable() 1336 (*iter)->SetOffset(ret); in AddSymbol() 1512 (*iter)->SetOffset(ret); in AddRegister()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/InstEmulation/ |
| H A D | UnwindAssemblyInstEmulation.cpp | 162 m_state.row.SetOffset(current_offset); in GetNonCallSiteUnwindPlanFromAssembly() 195 it->second.row.SetOffset(current_offset + m_forward_branch_offset); in GetNonCallSiteUnwindPlanFromAssembly() 204 m_state.row.SetOffset(current_offset + in GetNonCallSiteUnwindPlanFromAssembly()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| H A D | UnwindPlan.h | 296 void SetOffset(int32_t offset) { in SetOffset() function 361 void SetOffset(int64_t offset) { m_offset = offset; } in SetOffset() function
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/ |
| H A D | BreakpointResolver.h | 76 void SetOffset(lldb::addr_t offset);
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Expression/ |
| H A D | Materializer.h | 136 void SetOffset(uint32_t offset) { m_offset = offset; } in SetOffset() function
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | Address.h | 441 bool SetOffset(lldb::addr_t offset) { in SetOffset() function
|
| H A D | EmulateInstruction.h | 322 void SetOffset(int64_t signed_offset) { in SetOffset() function
|
| /freebsd/contrib/llvm-project/lldb/source/Core/ |
| H A D | Address.cpp | 228 curr_address.SetOffset(curr_address.GetOffset() + bytes_read); in ReadCStringFromMemory() 555 cstr_addr.SetOffset(cstr_addr.GetOffset() + pointer_size); in Dump() 581 cfstring_data_addr.SetOffset(cfstring_data_addr.GetOffset() + in Dump()
|
| H A D | Section.cpp | 259 so_addr.SetOffset(offset); in ResolveContainedAddress()
|
| H A D | DumpDataExtractor.cpp | 715 so_addr.SetOffset(addr); in DumpDataExtractor()
|
| /freebsd/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | DWARFCallFrameInfo.cpp | 673 row.SetOffset(m_cfi_data.GetAddress(&offset) - in ParseFDE() 753 row.SetOffset(offset); in ParseFDE()
|
| H A D | Symbol.cpp | 203 m_addr_range.GetBaseAddress().SetOffset((uintptr_t)name.GetCString()); in SetReExportedSymbolName() 679 m_addr_range.GetBaseAddress().SetOffset(value); in Decode()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/X86/ |
| H A D | ABIWindows_x86_64.cpp | 774 row.SetOffset(0); in CreateDefaultUnwindPlan()
|
| H A D | ABISysV_x86_64.cpp | 896 row.SetOffset(0); in CreateDefaultUnwindPlan()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/ |
| H A D | SymbolFileBreakpad.cpp | 674 row.SetOffset(record->Address - init_record->Address); in ParseCFIUnwindPlan()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
| H A D | ObjectFileELF.cpp | 935 addr.SetOffset(debug_ptr_address); in GetImageInfoAddress() 955 m_entry_point_address.SetOffset(offset); in GetEntryPointAddress() 3077 symbol.GetAddressRef().SetOffset(entry_point_addr.GetOffset() ^ 1); in ParseSymtab()
|
| /freebsd/contrib/llvm-project/lldb/source/Target/ |
| H A D | Target.cpp | 552 so_addr.SetOffset(addr); in CreateBreakpoint() 652 resolver_sp->SetOffset(offset); in CreateBreakpoint() 2322 pointer_addr.SetOffset(pointer_vm_addr); in ReadPointerFromMemory()
|