Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Utility/
H A DArgs.cpp290 InsertArgumentAtIndex(0, arg_str, quote_char); in Unshift()
319 InsertArgumentAtIndex(GetArgumentCount(), arg_str, quote_char); in AppendArgument()
322 void Args::InsertArgumentAtIndex(size_t idx, llvm::StringRef arg_str, in InsertArgumentAtIndex() function in Args
H A DProcessInfo.cpp70 m_arguments.InsertArgumentAtIndex(0, filename); in SetExecutableFile()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/
H A DArgs.h198 void InsertArgumentAtIndex(size_t idx, llvm::StringRef arg_str,