Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/include/llvm/Option/
DOption.h160 bool hasFlag(unsigned Val) const { in hasFlag() function
/freebsd-9-stable/contrib/llvm/lib/Option/
DArgList.cpp203 bool ArgList::hasFlag(OptSpecifier Pos, OptSpecifier Neg, bool Default) const { in hasFlag() function in ArgList
209 bool ArgList::hasFlag(OptSpecifier Pos, OptSpecifier PosAlias, OptSpecifier Neg, in hasFlag() function in ArgList
/freebsd-9-stable/contrib/llvm/lib/MC/
DSubtargetFeature.cpp30 static inline bool hasFlag(const StringRef Feature) { in hasFlag() function