Home
last modified time | relevance | path

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

123

/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DNSString.cpp144 options.SetTargetSP(valobj.GetTargetSP()); in NSStringSummaryProvider()
157 options.SetTargetSP(valobj.GetTargetSP()); in NSStringSummaryProvider()
173 options.SetTargetSP(valobj.GetTargetSP()); in NSStringSummaryProvider()
195 options.SetTargetSP(valobj.GetTargetSP()); in NSStringSummaryProvider()
221 options.SetTargetSP(valobj.GetTargetSP()); in NSStringSummaryProvider()
244 options.SetTargetSP(valobj.GetTargetSP()); in NSStringSummaryProvider()
267 options.SetTargetSP(valobj.GetTargetSP()); in NSStringSummaryProvider()
280 TargetSP target_sp(valobj.GetTargetSP()); in NSAttributedStringSummaryProvider()
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()
59 *m_backend.GetExecutionContextRef().GetTargetSP()); in Update()
H A DNSDictionary.cpp704 TargetSP target_sp(m_backend.GetTargetSP()); in GetChildAtIndex()
834 TargetSP target_sp(m_backend.GetTargetSP()); in GetChildAtIndex()
958 TargetSP target_sp(m_backend.GetTargetSP()); in GetChildAtIndex()
1203 TargetSP target_sp(m_backend.GetTargetSP()); in GetChildAtIndex()
1355 TargetSP target_sp(m_backend.GetTargetSP()); in GetChildAtIndex()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBValue.cpp99 TargetSP target_sp = m_valobj_sp->GetTargetSP(); in IsValid()
116 Target *target = value_sp->GetTargetSP().get(); in GetSP()
169 TargetSP GetTargetSP() { in GetTargetSP() function in ValueImpl
171 return m_valobj_sp->GetTargetSP(); in GetTargetSP()
655 target_sp = m_opaque_sp->GetTargetSP(); in GetChildAtIndex()
704 target_sp = m_opaque_sp->GetTargetSP(); in GetChildMemberWithName()
1029 target_sp = m_opaque_sp->GetTargetSP(); in GetTarget()
1099 lldb::TargetSP target_sp(sp->GetTargetSP()); in SetSP()
1114 lldb::TargetSP target_sp(sp->GetTargetSP()); in SetSP()
1127 lldb::TargetSP target_sp(sp->GetTargetSP()); in SetSP()
[all …]
H A DSBExecutionContext.cpp82 TargetSP target_sp(m_exe_ctx_sp->GetTargetSP()); in GetTarget()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DExecutionContext.cpp109 : m_target_sp(exe_ctx_ref.GetTargetSP()), in ExecutionContext()
118 m_target_sp = exe_ctx_ref_ptr->GetTargetSP(); in ExecutionContext()
132 m_target_sp = exe_ctx_ref_ptr->GetTargetSP(); in ExecutionContext()
145 : m_target_sp(exe_ctx_ref.GetTargetSP()), m_process_sp(), m_thread_sp(), in ExecutionContext()
433 m_target_wp = exe_ctx.GetTargetSP(); in operator =()
562 lldb::TargetSP ExecutionContextRef::GetTargetSP() const { in GetTargetSP() function in ExecutionContextRef
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUtilityFunction.cpp182 auto *state = exe_ctx.GetTargetSP()->GetPersistentExpressionStateForLanguage( in ResetDeclMap()
189 keep_result_in_memory, nullptr, exe_ctx.GetTargetSP(), ast_importer, in ResetDeclMap()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DGenericBitset.cpp64 if (auto target_sp = m_backend.GetTargetSP()) { in GenericBitsetFrontEnd()
87 TargetSP target_sp = m_backend.GetTargetSP(); in Update()
H A DCxxStringTypes.cpp59 options.SetTargetSP(valobj.GetTargetSP()); in CharStringSummaryProvider()
133 options.SetTargetSP(valobj.GetTargetSP()); in WCharStringSummaryProvider()
H A DLibStdcpp.cpp102 TargetSP target_sp(valobj_sp->GetTargetSP()); in Update()
272 options.SetTargetSP(valobj.GetTargetSP()); in LibStdcppStringSummaryProvider()
333 options.SetTargetSP(valobj.GetTargetSP()); in LibStdcppWStringSummaryProvider()
H A DLibCxx.cpp272 TargetSP target_sp(valobj_sp->GetTargetSP()); in Update()
516 const auto max_size = valobj.GetTargetSP()->GetMaximumSizeOfStringSummary(); in LibcxxWStringSummaryProvider()
530 ScratchTypeSystemClang::GetForTarget(*valobj.GetTargetSP()); in LibcxxWStringSummaryProvider()
599 const auto max_size = valobj.GetTargetSP()->GetMaximumSizeOfStringSummary(); in LibcxxStringSummaryProvider()
H A DGenericOptional.cpp61 if (auto target_sp = m_backend.GetTargetSP()) { in GenericOptionalFrontend()
H A DLibCxxList.cpp172 if (m_backend.GetTargetSP()) in Update()
174 m_backend.GetTargetSP()->GetMaximumNumberOfChildrenToDisplay(); in Update()
/freebsd/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/contrib/llvm-project/lldb/source/DataFormatters/
H A DTypeFormat.cpp77 TargetSP target_sp(valobj->GetTargetSP()); in FormatObject()
152 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()
411 lldb::TargetSP target_sp = options.GetTargetSP(); in ReadEncodedBufferAndDumpToStream()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValueObjectVTable.cpp70 TargetSP target_sp = GetTargetSP(); in UpdateValue()
227 TargetSP target_sp = GetTargetSP(); in UpdateValue()
H A DValueObjectMemory.cpp62 TargetSP target_sp(GetTargetSP()); in ValueObjectMemory()
89 TargetSP target_sp(GetTargetSP()); in ValueObjectMemory()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TraceExporter/ctf/
H A DCommandObjectThreadTraceExportCTF.cpp67 const TraceSP &trace_sp = m_exe_ctx.GetTargetSP()->GetTrace(); in DoExecute()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp94 exe_ctx.SetContext(valobj.GetTargetSP(), true); in GetObjectDescription()
532 ScratchTypeSystemClang::GetForTarget(*exception_sp->GetTargetSP()); in GetBacktraceThreadFromException()
543 exception_sp->GetTargetSP().get(), value, ConstString(name)); in GetBacktraceThreadFromException()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandOptionsProcessLaunch.cpp38 execution_context ? execution_context->GetTargetSP() : TargetSP(); in SetOptionValue()
/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DStringPrinter.h114 lldb::TargetSP GetTargetSP() const { return m_target_sp; } in GetTargetSP() function
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverScripted.cpp47 TargetSP target_sp = breakpoint_sp->GetTargetSP(); in CreateImplementationIfNeeded()

123