Searched refs:GetTargetSP (Results 1 - 22 of 22) sorted by relevance

/freebsd-10.0-release/contrib/llvm/tools/lldb/include/lldb/Target/
H A DTargetList.h195 GetTargetSP (Target *target) const;
H A DExecutionContext.h258 GetTargetSP () const;
589 GetTargetSP () const function in class:lldb_private::ExecutionContext
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/DataFormatters/
H A DTypeSynthetic.cpp77 TargetSP target_sp = backend.GetTargetSP();
H A DLibCxxList.cpp263 if (m_backend.GetTargetSP())
264 m_list_capping_size = m_backend.GetTargetSP()->GetMaximumNumberOfChildrenToDisplay();
H A DTypeSummary.cpp211 TargetSP target_sp(valobj->GetTargetSP());
H A DNSDictionary.cpp221 m_backend.GetTargetSP()->EvaluateExpression(object_fetcher_expr.GetData(), m_backend.GetFrameSP().get(), child_sp,
380 TargetSP target_sp(m_backend.GetTargetSP());
544 TargetSP target_sp(m_backend.GetTargetSP());
H A DLibCxx.cpp205 TargetSP target_sp(valobj_sp->GetTargetSP());
363 TargetSP target_sp(valobj_sp->GetTargetSP());
H A DLibStdcpp.cpp231 TargetSP target_sp(valobj_sp->GetTargetSP());
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Target/
H A DExecutionContext.cpp150 m_target_sp (exe_ctx_ref.GetTargetSP()),
165 m_target_sp = exe_ctx_ref_ptr->GetTargetSP();
180 m_target_sp = exe_ctx_ref_ptr->GetTargetSP();
192 m_target_sp (exe_ctx_ref.GetTargetSP()),
593 m_target_wp = exe_ctx.GetTargetSP();
759 ExecutionContextRef::GetTargetSP () const function in class:ExecutionContextRef
H A DTargetList.cpp430 TargetList::GetTargetSP (Target *target) const function in class:TargetList
H A DTarget.cpp2451 GetTargetSP () function in class:TargetOptionValueProperties
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/API/
H A DSBValue.cpp120 Target *target = value_sp->GetTargetSP().get();
176 GetTargetSP () function in class:ValueImpl
179 return m_valobj_sp->GetTargetSP();
836 target_sp = m_opaque_sp->GetTargetSP();
904 target_sp = m_opaque_sp->GetTargetSP();
1197 target_sp = m_opaque_sp->GetTargetSP();
1301 lldb::TargetSP target_sp(sp->GetTargetSP());
1320 lldb::TargetSP target_sp(sp->GetTargetSP());
1338 lldb::TargetSP target_sp(sp->GetTargetSP());
1451 TargetSP target_sp (value_sp->GetTargetSP());
[all...]
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Core/
H A DValueObjectMemory.cpp67 TargetSP target_sp (GetTargetSP());
103 TargetSP target_sp (GetTargetSP());
H A DDisassembler.cpp244 disasm_sp = Disassembler::FindPluginForTarget(exe_ctx.GetTargetSP(), arch, flavor, plugin_name);
307 lldb::DisassemblerSP disasm_sp (Disassembler::FindPluginForTarget(exe_ctx.GetTargetSP(), arch, flavor, plugin_name));
354 lldb::DisassemblerSP disasm_sp (Disassembler::FindPluginForTarget(exe_ctx.GetTargetSP(),
415 TargetSP target_sp (exe_ctx.GetTargetSP());
H A DValueObjectDynamicValue.cpp222 lldb::TargetSP target_sp (GetTargetSP());
H A DDebugger.cpp179 if (is_load_script && exe_ctx->GetTargetSP())
181 target_sp = exe_ctx->GetTargetSP();
1832 uint32_t max_num_children = target->GetTargetSP()->GetMaximumNumberOfChildrenToDisplay();
H A DValueObject.cpp1345 TargetSP target_sp(GetTargetSP());
2213 TargetSP target_sp(GetTargetSP());
3552 const size_t max_num_children = valobj->GetTargetSP()->GetMaximumNumberOfChildrenToDisplay();
3892 TargetSP target_sp (exe_ctx.GetTargetSP());
4074 lldb::TargetSP target_sp(exe_ctx.GetTargetSP());
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Expression/
H A DClangExpressionParser.cpp507 exe_ctx.GetTargetSP(),
H A DClangExpressionDeclMap.cpp56 ClangASTSource (exe_ctx.GetTargetSP()),
93 m_parser_vars->m_sym_ctx.target_sp = exe_ctx.GetTargetSP();
98 m_parser_vars->m_sym_ctx.target_sp = exe_ctx.GetTargetSP();
H A DClangUserExpression.cpp357 target_sp = exe_ctx.GetTargetSP();
/freebsd-10.0-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DValueObject.h571 GetTargetSP() const function in class:lldb_private::ValueObject
573 return m_update_point.GetExecutionContextRef().GetTargetSP();
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectSource.cpp423 SearchFilter target_search_filter (m_exe_ctx.GetTargetSP());

Completed in 175 milliseconds