Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Utility/
H A DArgs.h106 void SetCommandString(llvm::StringRef command);
/openbsd-src/gnu/llvm/lldb/source/Utility/
H A DArgs.cpp169 Args::Args(llvm::StringRef command) { SetCommandString(command); } in Args()
248 void Args::SetCommandString(llvm::StringRef command) { in SetCommandString() function in Args