Home
last modified time | relevance | path

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

123

/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DExecutionContext.cpp111 : m_target_sp(exe_ctx_ref.GetTargetSP()), in ExecutionContext()
120 m_target_sp = exe_ctx_ref_ptr->GetTargetSP(); in ExecutionContext()
134 m_target_sp = exe_ctx_ref_ptr->GetTargetSP(); in ExecutionContext()
147 : m_target_sp(exe_ctx_ref.GetTargetSP()), m_process_sp(), m_thread_sp(), in ExecutionContext()
448 m_target_wp = exe_ctx.GetTargetSP(); in operator =()
576 lldb::TargetSP ExecutionContextRef::GetTargetSP() const { in GetTargetSP() function in ExecutionContextRef
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBValue.cpp118 Target *target = value_sp->GetTargetSP().get(); in GetSP()
170 TargetSP GetTargetSP() { in GetTargetSP() function in ValueImpl
172 return m_valobj_sp->GetTargetSP(); in GetTargetSP()
805 target_sp = m_opaque_sp->GetTargetSP(); in GetChildAtIndex()
863 target_sp = m_opaque_sp->GetTargetSP(); in GetChildMemberWithName()
1134 target_sp = m_opaque_sp->GetTargetSP(); in GetTarget()
1227 lldb::TargetSP target_sp(sp->GetTargetSP()); in SetSP()
1242 lldb::TargetSP target_sp(sp->GetTargetSP()); in SetSP()
1255 lldb::TargetSP target_sp(sp->GetTargetSP()); in SetSP()
1349 TargetSP target_sp(value_sp->GetTargetSP()); in GetLoadAddress()
[all …]
H A DSBExecutionContext.cpp67 TargetSP target_sp(m_exe_ctx_sp->GetTargetSP()); in GetTarget()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxBitset.cpp45 if (auto target_sp = m_backend.GetTargetSP()) { in BitsetFrontEnd()
56 TargetSP target_sp = m_backend.GetTargetSP(); in Update()
H A DLibCxx.cpp185 TargetSP target_sp(valobj_sp->GetTargetSP()); in Update()
412 TargetSP target_sp(valobj_sp->GetTargetSP()); in Update()
566 const auto max_size = valobj.GetTargetSP()->GetMaximumSizeOfStringSummary(); in LibcxxWStringSummaryProvider()
575 auto wchar_t_size = valobj.GetTargetSP() in LibcxxWStringSummaryProvider()
638 const auto max_size = valobj.GetTargetSP()->GetMaximumSizeOfStringSummary(); in LibcxxStringSummaryProvider()
H A DLibCxxList.cpp179 if (m_backend.GetTargetSP()) in Update()
181 m_backend.GetTargetSP()->GetMaximumNumberOfChildrenToDisplay(); in Update()
H A DBlockPointer.cpp37 TargetSP target_sp(m_backend.GetTargetSP()); in BlockPointerSyntheticFrontEnd()
/freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/
H A DTypeFormat.cpp78 TargetSP target_sp(valobj->GetTargetSP()); in FormatObject()
152 valobj_key = (target_sp = valobj->GetTargetSP()).get(); in FormatObject()
H A DTypeSummary.cpp173 TargetSP target_sp(valobj->GetTargetSP()); in FormatObject()
H A DStringPrinter.cpp386 valobj.GetTargetSP()->GetDebugger().GetEscapeNonPrintables()); in ReadStringAndDumpToStreamOptions()
393 valobj.GetTargetSP()->GetDebugger().GetEscapeNonPrintables()); in ReadBufferAndDumpToStreamOptions()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DExecutionContext.h245 lldb::TargetSP GetTargetSP() const;
536 const lldb::TargetSP &GetTargetSP() const { return m_target_sp; } in GetTargetSP() function
H A DTargetList.h174 lldb::TargetSP GetTargetSP(Target *target) const;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DValueObjectMemory.cpp56 TargetSP target_sp(GetTargetSP()); in ValueObjectMemory()
83 TargetSP target_sp(GetTargetSP()); in ValueObjectMemory()
H A DDisassembler.cpp198 disasm_sp = Disassembler::FindPluginForTarget(exe_ctx.GetTargetSP(), arch, in DisassembleRange()
243 exe_ctx.GetTargetSP(), arch, flavor, plugin_name)); in Disassemble()
274 exe_ctx.GetTargetSP(), arch, flavor, plugin_name)); in Disassemble()
342 TargetSP target_sp = exe_ctx.GetTargetSP(); in ElideMixedSourceAndDisassemblyLine()
392 TargetSP target_sp(exe_ctx.GetTargetSP()); in PrintInstructions()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/ObjC/
H A DNSIndexPath.cpp39 m_backend.GetTargetSP()->GetArchitecture().GetAddressByteSize(); in NSIndexPathSyntheticFrontEnd()
58 .GetTargetSP() in Update()
H A DCoreMedia.cpp31 .GetTargetSP() in CMTimeSummaryProvider()
H A DNSString.cpp238 GetNSPathStore2Type(*valobj.GetTargetSP())); in NSStringSummaryProvider()
303 TargetSP target_sp(valobj.GetTargetSP()); in NSAttributedStringSummaryProvider()
H A DNSArray.cpp473 .GetTargetSP() in NSArrayMSyntheticFrontEndBase()
621 .GetTargetSP() in GenericNSArrayISyntheticFrontEnd()
790 m_backend.GetTargetSP()->GetScratchClangASTContext()->GetBasicType( in GetChildAtIndex()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp81 exe_ctx.SetContext(valobj.GetTargetSP(), true); in GetObjectDescription()
497 exception_sp->GetTargetSP()->GetScratchClangASTContext()->GetBasicType( in GetBacktraceThreadFromException()
506 exception_sp->GetTargetSP().get(), value, ConstString(name)); in GetBacktraceThreadFromException()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptScriptGroup.cpp53 auto &target = m_exe_ctx.GetTargetSP(); in DoExecute()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DValueObject.h358 lldb::TargetSP GetTargetSP() const { in GetTargetSP() function
359 return m_update_point.GetExecutionContextRef().GetTargetSP(); in GetTargetSP()
1072 lldb::TargetSP GetTargetSP() const;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Breakpoint/
H A DBreakpointResolverScripted.cpp50 TargetSP target_sp = m_breakpoint->GetTargetSP(); in CreateImplementationIfNeeded()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptionGroupFormat.cpp204 execution_context ? execution_context->GetTargetSP() : TargetSP(); in ParserGDBFormatLetter()
H A DOptionGroupValueObjectDisplay.cpp180 execution_context ? execution_context->GetTargetSP() : TargetSP(); in OptionParsingStarting()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectDisassemble.cpp137 execution_context ? execution_context->GetTargetSP() : TargetSP(); in SetOptionValue()
160 const auto &target_sp = execution_context->GetTargetSP(); in SetOptionValue()

123