Home
last modified time | relevance | path

Searched refs:SetTarget (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DSearchFilter.h276 void SetTarget(lldb::TargetSP &target_sp) { m_target_sp = target_sp; } in SetTarget() function
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DSearchFilter.cpp166 ret_sp->SetTarget(target_sp); in CreateCopy()