Searched defs:hasFlag (Results 1 – 7 of 7) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/Option/ |
H A D | ArgList.cpp | 72 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-src/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
H A D | FuzzerCommand.h | 84 bool hasFlag(const std::string &Flag) const { in hasFlag() function
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Option/ |
H A D | Option.h | 185 bool hasFlag(unsigned Val) const { in hasFlag() function
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/TargetParser/ |
H A D | SubtargetFeature.h | 201 static bool hasFlag(StringRef Feature) { in hasFlag() function
|
/freebsd-src/contrib/llvm-project/clang/utils/TableGen/ |
H A D | ClangOptionDocEmitter.cpp | 43 static bool hasFlag(const Record *Option, StringRef OptionFlag, in hasFlag() function
|
/freebsd-src/contrib/llvm-project/lld/ELF/ |
H A D | Symbols.h | 330 bool hasFlag(uint16_t bit) const { hasFlag() function
|
/freebsd-src/contrib/llvm-project/lld/COFF/ |
H A D | Writer.cpp | 2026 maybeAddRVATable(SymbolRVASet tableSymbols,StringRef tableSym,StringRef countSym,bool hasFlag) maybeAddRVATable() argument
|