Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/
H A DCompletionRequest.cpp51 m_parsed_line.InsertArgumentAtIndex(m_cursor_index + 1, llvm::StringRef(), in CompletionRequest()
H A DArgs.cpp298 InsertArgumentAtIndex(0, arg_str, quote_char); in Unshift()
327 InsertArgumentAtIndex(GetArgumentCount(), arg_str, quote_char); in AppendArgument()
330 void Args::InsertArgumentAtIndex(size_t idx, llvm::StringRef arg_str, in InsertArgumentAtIndex() function in Args
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DProcessInfo.cpp69 m_arguments.InsertArgumentAtIndex(0, filename); in SetExecutableFile()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DArgs.h222 void InsertArgumentAtIndex(size_t idx, llvm::StringRef arg_str,