Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/
H A DArgs.h112 bool GetQuotedCommandString(std::string &command) const;
/freebsd-13.1/contrib/llvm-project/lldb/source/Utility/
H A DArgs.cpp224 bool Args::GetQuotedCommandString(std::string &command) const { in GetQuotedCommandString() function in Args