Home
last modified time | relevance | path

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

12

/freebsd/contrib/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()
/freebsd/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/x86/
H A Dx86AssemblyInspectionEngine.cpp926 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 DCFIInstrInserter.cpp179 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 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()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Architecture/PPC64/
H A DArchitecturePPC64.cpp61 addr.SetOffset(addr.GetOffset() + loffs); in AdjustBreakpointAddress()
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolver.cpp150 result_sp->SetOffset(offset); in CreateFromStructuredData()
371 void BreakpointResolver::SetOffset(lldb::addr_t offset) { in SetOffset() function in BreakpointResolver
H A DBreakpointResolverName.cpp345 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 DUtilityFunction.cpp79 impl_code_address.SetOffset(StartAddress()); in MakeFunctionCaller()
H A DMaterializer.cpp427 (*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 DUnwindAssemblyInstEmulation.cpp162 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 DUnwindPlan.h296 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 DBreakpointResolver.h76 void SetOffset(lldb::addr_t offset);
/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/
H A DMaterializer.h136 void SetOffset(uint32_t offset) { m_offset = offset; } in SetOffset() function
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DAddress.h441 bool SetOffset(lldb::addr_t offset) { in SetOffset() function
H A DEmulateInstruction.h322 void SetOffset(int64_t signed_offset) { in SetOffset() function
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DAddress.cpp228 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 DSection.cpp259 so_addr.SetOffset(offset); in ResolveContainedAddress()
H A DDumpDataExtractor.cpp715 so_addr.SetOffset(addr); in DumpDataExtractor()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DDWARFCallFrameInfo.cpp673 row.SetOffset(m_cfi_data.GetAddress(&offset) - in ParseFDE()
753 row.SetOffset(offset); in ParseFDE()
H A DSymbol.cpp203 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 DABIWindows_x86_64.cpp774 row.SetOffset(0); in CreateDefaultUnwindPlan()
H A DABISysV_x86_64.cpp896 row.SetOffset(0); in CreateDefaultUnwindPlan()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.cpp674 row.SetOffset(record->Address - init_record->Address); in ParseCFIUnwindPlan()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp935 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 DTarget.cpp552 so_addr.SetOffset(addr); in CreateBreakpoint()
652 resolver_sp->SetOffset(offset); in CreateBreakpoint()
2322 pointer_addr.SetOffset(pointer_vm_addr); in ReadPointerFromMemory()

12