Searched refs:getVendor (Results 1 - 9 of 9) sorted by relevance

/freebsd-9.3-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCSubtarget.h188 bool isBGP() const { return TargetTriple.getVendor() == Triple::BGP; }
190 bool isBGQ() const { return TargetTriple.getVendor() == Triple::BGQ; }
/freebsd-9.3-release/contrib/llvm/include/llvm/ADT/
H A DTriple.h174 /// getVendor - Get the parsed vendor type of this triple.
175 VendorType getVendor() const { return Vendor; } function in class:llvm::Triple
/freebsd-9.3-release/contrib/llvm/lib/MC/
H A DSubtargetFeature.cpp360 if (Triple.getVendor() == Triple::Apple) {
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DUnixAPIChecker.cpp82 if (C.getASTContext().getTargetInfo().getTriple().getVendor()
H A DCallAndMessageChecker.cpp449 return (triple.getVendor() == llvm::Triple::Apple &&
H A DCheckSecuritySyntaxOnly.cpp30 return T.getVendor() == llvm::Triple::Apple ||
/freebsd-9.3-release/contrib/llvm/lib/Support/
H A DTriple.cpp195 if (!isOSDarwin() && getVendor() != Triple::Apple)
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Basic/
H A DTargets.cpp1048 if (getTriple().getVendor() == llvm::Triple::BGQ) {
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Driver/
H A DTools.cpp2149 if (getToolChain().getTriple().getVendor() == llvm::Triple::Apple)

Completed in 104 milliseconds