Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DSearchFilter.h276 void SetTarget(lldb::TargetSP &target_sp) { m_target_sp = target_sp; } in SetTarget() function
/openbsd-src/gnu/llvm/lldb/tools/lldb-vscode/
H A DVSCode.cpp450 void VSCode::SetTarget(const lldb::SBTarget target) { in SetTarget() function in lldb_vscode::VSCode