Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/
H A DMICmdBase.h91 template <class T> T *GetOption(const CMIUtilString &vStrOptionName);
161 T *CMICmdBase::GetOption(const CMIUtilString &vStrOptionName) { in GetOption() argument
163 if (!m_setCmdArgs.GetArg(vStrOptionName, pPtrBase)) { in GetOption()
166 vStrOptionName.c_str())); in GetOption()