Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DArgs.h115 void SetCommandString(llvm::StringRef command);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/
H A DArgs.cpp172 Args::Args(llvm::StringRef command) { SetCommandString(command); } in Args()
243 void Args::SetCommandString(llvm::StringRef command) { in SetCommandString() function in Args