Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Option/
H A DOptTable.h163 unsigned FlagsToInclude = 0, unsigned FlagsToExclude = 0,
193 unsigned FlagsToExclude = 0) const;
215 unsigned FlagsToExclude = 0) const;
230 unsigned FlagsToInclude, unsigned FlagsToExclude,
/freebsd-12.1/contrib/llvm/lib/Option/
H A DOptTable.cpp251 unsigned FlagsToInclude, unsigned FlagsToExclude, in findNearest() argument
271 if (CandidateInfo.Flags & FlagsToExclude) in findNearest()
326 unsigned FlagsToExclude) const { in ParseOneArg()
363 if (Opt.hasFlag(FlagsToExclude)) in ParseOneArg()
387 unsigned FlagsToExclude) const { in ParseArgs()
408 Arg *A = ParseOneArg(Args, Index, FlagsToInclude, FlagsToExclude); in ParseArgs()
531 unsigned FlagsToInclude, unsigned FlagsToExclude, in PrintHelp() argument
548 if (Flags & FlagsToExclude) in PrintHelp()