Home
last modified time | relevance | path

Searched refs:SetProcessLaunchInfo (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DTarget.h197 void SetProcessLaunchInfo(const ProcessLaunchInfo &launch_info);
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBTarget.cpp2328 m_opaque_sp->SetProcessLaunchInfo(launch_info.ref()); in SetLaunchInfo()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DTarget.cpp4065 void TargetProperties::SetProcessLaunchInfo( in SetProcessLaunchInfo() function in TargetProperties