Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/lldb/include/lldb/Utility/
H A DArgs.h62 /// \see Args::SetCommandString(llvm::StringRef)
106 void SetCommandString(llvm::StringRef command);
/freebsd-src/contrib/llvm-project/lldb/source/Utility/
H A DArgs.cpp168 Args::Args(llvm::StringRef command) { SetCommandString(command); } in Args()
247 void Args::SetCommandString(llvm::StringRef command) { in SetCommandString() function in Args