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

/freebsd-current/contrib/llvm-project/lldb/include/lldb/Utility/
H A DArgs.h62 /// \see Args::SetCommandString(llvm::StringRef)
106 void SetCommandString(llvm::StringRef command);
/freebsd-current/contrib/llvm-project/lldb/source/Utility/
H A DArgs.cpp74 // A helper function for SetCommandString. Parses a single argument from the
168 Args::Args(llvm::StringRef command) { SetCommandString(command); }
247 void Args::SetCommandString(llvm::StringRef command) { function in class:Args

Completed in 155 milliseconds