Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Option/
H A DArgList.cpp72 bool ArgList::hasFlag(OptSpecifier Pos, OptSpecifier Neg, bool Default) const { in hasFlag() function in ArgList
85 bool ArgList::hasFlag(OptSpecifier Pos, OptSpecifier PosAlias, OptSpecifier Neg, in hasFlag() function in ArgList
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerCommand.h83 bool hasFlag(const std::string &Flag) const { hasFlag() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Option/
H A DOption.h183 bool hasFlag(unsigned Val) const { hasFlag() function
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DSubtargetFeature.h208 static bool hasFlag(StringRef Feature) { hasFlag() function
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DClangOptionDocEmitter.cpp43 static bool hasFlag(const Record *Option, StringRef OptionFlag, in hasFlag() function
/freebsd/contrib/llvm-project/lld/ELF/
H A DSymbols.h348 bool hasFlag(uint16_t bit) const { in hasFlag() function
/freebsd/contrib/llvm-project/lld/COFF/
H A DWriter.cpp2030 StringRef countSym, bool hasFlag) { in maybeAddRVATable()