Home
last modified time | relevance | path

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

/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
/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerCommand.h84 bool hasFlag(const std::string &Flag) const { in hasFlag() function
/llvm-project/llvm/include/llvm/Option/
H A DOption.h185 bool hasFlag(unsigned Val) const { hasFlag() function
/llvm-project/llvm/include/llvm/TargetParser/
H A DSubtargetFeature.h201 static bool hasFlag(StringRef Feature) { in hasFlag() function
/llvm-project/clang/utils/TableGen/
H A DClangOptionDocEmitter.cpp43 static bool hasFlag(const Record *Option, StringRef OptionFlag, hasFlag() function
/llvm-project/clang-tools-extra/clangd/unittests/
H A DGlobalCompilationDatabaseTests.cpp513 auto hasFlag(llvm::StringRef Flag) { hasFlag() function
/llvm-project/lld/ELF/
H A DSymbols.h348 bool hasFlag(uint16_t bit) const { hasFlag() function
/llvm-project/lld/COFF/
H A DWriter.cpp2030 maybeAddRVATable(SymbolRVASet tableSymbols,StringRef tableSym,StringRef countSym,bool hasFlag) maybeAddRVATable() argument
/llvm-project/clang-tools-extra/clang-tidy/bugprone/
H A DEasilySwappableParametersCheck.cpp135 static inline bool hasFlag(MixFlags Data, MixFlags SearchedFlag) { in hasFlag() function