Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DCommandLine.cpp179 bool LongOptionsUseDoubleDash = false);
426 bool LongOptionsUseDoubleDash, bool HaveDoubleDash) { in LookupLongOption() argument
428 if (Opt && LongOptionsUseDoubleDash && !HaveDoubleDash && !isGrouping(Opt)) in LookupLongOption()
1300 bool LongOptionsUseDoubleDash) { in ParseCommandLineOptions() argument
1321 Errs, LongOptionsUseDoubleDash); in ParseCommandLineOptions()
1337 bool LongOptionsUseDoubleDash) { in ParseCommandLineOptions() argument
1492 LongOptionsUseDoubleDash, HaveDoubleDash); in ParseCommandLineOptions()
1506 LongOptionsUseDoubleDash, HaveDoubleDash); in ParseCommandLineOptions()
1509 if (!Handler && !(LongOptionsUseDoubleDash && HaveDoubleDash)) in ParseCommandLineOptions()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DCommandLine.h75 bool LongOptionsUseDoubleDash = false);