Home
last modified time | relevance | path

Searched refs:SetTargetSP (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DExecutionContext.h152 void SetTargetSP(const lldb::TargetSP &target_sp);
472 void SetTargetSP(const lldb::TargetSP &target_sp);
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DExecutionContext.cpp246 void ExecutionContext::SetTargetSP(const lldb::TargetSP &target_sp) { in SetTargetSP() function in ExecutionContext
463 void ExecutionContextRef::SetTargetSP(const lldb::TargetSP &target_sp) { in SetTargetSP() function in ExecutionContextRef
470 SetTargetSP(process_sp->GetTarget().shared_from_this()); in SetProcessSP()
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBExecutionContext.cpp43 m_exe_ctx_sp->SetTargetSP(target.GetSP()); in SBExecutionContext()
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DValueObject.cpp2807 m_exe_ctx_ref.SetTargetSP(target_sp); in EvaluationPoint()