Home
last modified time | relevance | path

Searched refs:GetTargetSP (Results 1 – 25 of 56) sorted by relevance

123

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DCFBasicHash.cpp27 m_exe_ctx_ref.GetTargetSP()->GetArchitecture().GetAddressByteSize(); in Update()
28 m_byte_order = m_exe_ctx_ref.GetTargetSP()->GetArchitecture().GetByteOrder(); in Update()
46 Target *target = m_exe_ctx_ref.GetTargetSP().get(); in UpdateFor()
H A DNSIndexPath.cpp38 m_backend.GetTargetSP()->GetArchitecture().GetAddressByteSize(); in NSIndexPathSyntheticFrontEnd()
57 *m_backend.GetExecutionContextRef().GetTargetSP()); in Update()
H A DNSString.cpp234 GetNSPathStore2Type(*valobj.GetTargetSP())); in NSStringSummaryProvider()
299 TargetSP target_sp(valobj.GetTargetSP()); in NSAttributedStringSummaryProvider()
H A DNSArray.cpp445 *valobj_sp->GetExecutionContextRef().GetTargetSP()); in NSArrayMSyntheticFrontEndBase()
593 *valobj_sp->GetExecutionContextRef().GetTargetSP()); in GenericNSArrayISyntheticFrontEnd()
761 ScratchTypeSystemClang::GetForTarget(*m_backend.GetTargetSP()); in GetChildAtIndex()
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DExecutionContext.cpp110 : m_target_sp(exe_ctx_ref.GetTargetSP()), in ExecutionContext()
119 m_target_sp = exe_ctx_ref_ptr->GetTargetSP(); in ExecutionContext()
133 m_target_sp = exe_ctx_ref_ptr->GetTargetSP(); in ExecutionContext()
146 : m_target_sp(exe_ctx_ref.GetTargetSP()), m_process_sp(), m_thread_sp(), in ExecutionContext()
438 m_target_wp = exe_ctx.GetTargetSP(); in operator =()
566 lldb::TargetSP ExecutionContextRef::GetTargetSP() const { in GetTargetSP() function in ExecutionContextRef
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxBitset.cpp51 if (auto target_sp = m_backend.GetTargetSP()) { in BitsetFrontEnd()
62 TargetSP target_sp = m_backend.GetTargetSP(); in Update()
H A DLibCxx.cpp221 TargetSP target_sp(valobj_sp->GetTargetSP()); in Update()
428 TargetSP target_sp(valobj_sp->GetTargetSP()); in Update()
666 const auto max_size = valobj.GetTargetSP()->GetMaximumSizeOfStringSummary(); in LibcxxWStringSummaryProvider()
680 ScratchTypeSystemClang::GetForTarget(*valobj.GetTargetSP()); in LibcxxWStringSummaryProvider()
739 const auto max_size = valobj.GetTargetSP()->GetMaximumSizeOfStringSummary(); in LibcxxStringSummaryProvider()
H A DLibCxxList.cpp176 if (m_backend.GetTargetSP()) in Update()
178 m_backend.GetTargetSP()->GetMaximumNumberOfChildrenToDisplay(); in Update()
H A DBlockPointer.cpp37 TargetSP target_sp(m_backend.GetTargetSP()); in BlockPointerSyntheticFrontEnd()
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBValue.cpp118 Target *target = value_sp->GetTargetSP().get(); in GetSP()
167 TargetSP GetTargetSP() { in GetTargetSP() function in ValueImpl
169 return m_valobj_sp->GetTargetSP(); in GetTargetSP()
679 target_sp = m_opaque_sp->GetTargetSP(); in GetChildAtIndex()
733 target_sp = m_opaque_sp->GetTargetSP(); in GetChildMemberWithName()
1035 target_sp = m_opaque_sp->GetTargetSP(); in GetTarget()
1100 lldb::TargetSP target_sp(sp->GetTargetSP()); in SetSP()
1115 lldb::TargetSP target_sp(sp->GetTargetSP()); in SetSP()
1128 lldb::TargetSP target_sp(sp->GetTargetSP()); in SetSP()
1310 TargetSP target_sp(value_sp->GetTargetSP()); in GetLoadAddress()
[all …]
H A DSBExecutionContext.cpp90 TargetSP target_sp(m_exe_ctx_sp->GetTargetSP()); in GetTarget()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUtilityFunction.cpp180 auto *state = exe_ctx.GetTargetSP()->GetPersistentExpressionStateForLanguage( in ResetDeclMap()
187 keep_result_in_memory, nullptr, exe_ctx.GetTargetSP(), ast_importer, in ResetDeclMap()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DExecutionContext.h212 lldb::TargetSP GetTargetSP() const;
454 const lldb::TargetSP &GetTargetSP() const { return m_target_sp; } in GetTargetSP() function
H A DTargetList.h163 lldb::TargetSP GetTargetSP(Target *target) const;
/freebsd-13.1/contrib/llvm-project/lldb/source/DataFormatters/
H A DTypeFormat.cpp76 TargetSP target_sp(valobj->GetTargetSP()); in FormatObject()
150 valobj_key = (target_sp = valobj->GetTargetSP()).get(); in FormatObject()
H A DStringPrinter.cpp368 valobj.GetTargetSP()->GetDebugger().GetEscapeNonPrintables()); in ReadStringAndDumpToStreamOptions()
375 valobj.GetTargetSP()->GetDebugger().GetEscapeNonPrintables()); in ReadBufferAndDumpToStreamOptions()
H A DTypeSummary.cpp161 TargetSP target_sp(valobj->GetTargetSP()); in FormatObject()
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DValueObjectMemory.cpp61 TargetSP target_sp(GetTargetSP()); in ValueObjectMemory()
89 TargetSP target_sp(GetTargetSP()); in ValueObjectMemory()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp91 exe_ctx.SetContext(valobj.GetTargetSP(), true); in GetObjectDescription()
524 ScratchTypeSystemClang::GetForTarget(*exception_sp->GetTargetSP()); in GetBacktraceThreadFromException()
536 exception_sp->GetTargetSP().get(), value, ConstString(name)); in GetBacktraceThreadFromException()
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandOptionsProcessLaunch.cpp91 execution_context ? execution_context->GetTargetSP() : TargetSP(); in SetOptionValue()
H A DCommandObjectDisassemble.cpp106 execution_context ? execution_context->GetTargetSP() : TargetSP(); in SetOptionValue()
129 const auto &target_sp = execution_context->GetTargetSP(); in SetOptionValue()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptScriptGroup.cpp52 auto &target = m_exe_ctx.GetTargetSP(); in DoExecute()
/freebsd-13.1/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverScripted.cpp48 TargetSP target_sp = breakpoint_sp->GetTargetSP(); in CreateImplementationIfNeeded()
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionGroupValueObjectDisplay.cpp174 execution_context ? execution_context->GetTargetSP() : TargetSP(); in OptionParsingStarting()
H A DOptionGroupFormat.cpp200 execution_context ? execution_context->GetTargetSP() : TargetSP(); in ParserGDBFormatLetter()

123