Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBLaunchInfo.cpp124 bool add_as_first_arg) { in SetExecutableFile() argument
125 LLDB_INSTRUMENT_VA(this, exe_file, add_as_first_arg); in SetExecutableFile()
127 m_opaque_sp->SetExecutableFile(exe_file.ref(), add_as_first_arg); in SetExecutableFile()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBLaunchInfo.h78 void SetExecutableFile(SBFileSpec exe_file, bool add_as_first_arg);