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

/freebsd-10.0-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCSubtarget.h186 bool isBGP() const { return TargetTriple.getVendor() == Triple::BGP; }
188 bool isBGQ() const { return TargetTriple.getVendor() == Triple::BGQ; }
/freebsd-10.0-release/contrib/llvm/include/llvm/ADT/
H A DTriple.h168 /// getVendor - Get the parsed vendor type of this triple.
169 VendorType getVendor() const { return Vendor; } function in class:llvm::Triple
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Core/
H A DArchSpec.cpp621 normalized_triple.setVendor(compatible_triple.getVendor());
640 normalized_triple.setVendor(host_triple.getVendor());
753 const llvm::Triple::VendorType lhs_triple_vendor = lhs_triple.getVendor();
754 const llvm::Triple::VendorType rhs_triple_vendor = rhs_triple.getVendor();
H A DModule.cpp337 if (object_arch.GetTriple().getVendor() == llvm::Triple::Apple
/freebsd-10.0-release/contrib/llvm/lib/MC/
H A DSubtargetFeature.cpp364 if (Triple.getVendor() == Triple::Apple) {
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DUnixAPIChecker.cpp82 if (C.getASTContext().getTargetInfo().getTriple().getVendor()
H A DCallAndMessageChecker.cpp397 return (triple.getVendor() == llvm::Triple::Apple &&
H A DCheckSecuritySyntaxOnly.cpp30 return T.getVendor() == llvm::Triple::Apple ||
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp380 if (target.GetArchitecture().GetTriple().getVendor() == llvm::Triple::Apple)
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.cpp42 switch (triple.getVendor())
/freebsd-10.0-release/contrib/llvm/lib/Support/
H A DTriple.cpp193 if (!isOSDarwin() && getVendor() != Triple::Apple)
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp504 && remote_arch.GetTriple().getVendor() == llvm::Triple::Apple)
894 gdb_remote_arch.GetTriple().getVendor() == llvm::Triple::Apple)
905 target_triple.setVendor (remote_triple.getVendor());
H A DGDBRemoteCommunicationClient.cpp1278 if (host_triple.getVendor() == llvm::Triple::Apple && host_triple.getOS() == llvm::Triple::Darwin)
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Host/common/
H A DHost.cpp363 if (triple.getOS() == llvm::Triple::Linux && triple.getVendor() == llvm::Triple::UnknownVendor)
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Target/
H A DThread.cpp1951 if (target_arch.GetTriple().getVendor() == llvm::Triple::Apple)
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Basic/
H A DTargets.cpp984 if (getTriple().getVendor() == llvm::Triple::BGQ) {
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Driver/
H A DTools.cpp2004 if (getToolChain().getTriple().getVendor() == llvm::Triple::Apple)

Completed in 274 milliseconds