Home
last modified time | relevance | path

Searched defs:hasFlag (Results 1 – 6 of 6) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Option/
H A DArgList.cpp73 bool ArgList::hasFlag(OptSpecifier Pos, OptSpecifier Neg, bool Default) const { in hasFlag() function in ArgList
79 bool ArgList::hasFlag(OptSpecifier Pos, OptSpecifier PosAlias, OptSpecifier Neg, in hasFlag() function in ArgList
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerCommand.h83 bool hasFlag(const std::string &Flag) const { in hasFlag() function
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Option/
H A DOption.h182 bool hasFlag(unsigned Val) const { in hasFlag() function
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/
H A DSubtargetFeature.h208 static bool hasFlag(StringRef Feature) { in hasFlag() function
/freebsd-13.1/contrib/llvm-project/clang/utils/TableGen/
H A DClangOptionDocEmitter.cpp164 bool hasFlag(const Record *OptionOrGroup, StringRef OptionFlag) { in hasFlag() function
/freebsd-13.1/contrib/llvm-project/lld/COFF/
H A DWriter.cpp1772 StringRef countSym, bool hasFlag) { in maybeAddRVATable()