Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DArgs.cpp304 InsertArgumentAtIndex(0, arg_str, quote_char); in Unshift()
333 InsertArgumentAtIndex(GetArgumentCount(), arg_str, quote_char); in AppendArgument()
336 void Args::InsertArgumentAtIndex(size_t idx, llvm::StringRef arg_str, in InsertArgumentAtIndex() function in Args
H A DProcessInfo.cpp73 m_arguments.InsertArgumentAtIndex(0, filename); in SetExecutableFile()
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DArgs.h200 void InsertArgumentAtIndex(size_t idx, llvm::StringRef arg_str,