Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Option/
H A DOptTable.cpp181 static unsigned matchOption(const OptTable::Info *I, StringRef Str, in matchOption() function
357 unsigned ArgSize = matchOption(Start, Str, IgnoreCase); in parseOneArgGrouped()
420 if ((ArgSize = matchOption(Start, Str, IgnoreCase))) in ParseOneArg()