Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DSearchFilter.h323 void SetTarget(lldb::TargetSP &target_sp) { m_target_sp = target_sp; } in SetTarget() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DSearchFilter.cpp171 ret_sp->SetTarget(target_sp); in CopyForBreakpoint()