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

/external/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MCAsmInfo.cpp25 Apple = 1 enumerator in enum:AsmWriterVariantTy
32 clEnumValN(Apple, "apple", "Emit Apple-style NEON assembly"),
/external/llvm/utils/
H A Dclang-parse-diagnostics-file55 <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" \
/external/mesa3d/docs/
H A DMESA_ycbcr_texture.spec69 UNSIGNED_SHORT_8_8_MESA 0x85BA /* same as Apple's */
70 UNSIGNED_SHORT_8_8_REV_MESA 0x85BB /* same as Apple's */
/external/llvm/lib/MC/
H A DSubtargetFeature.cpp313 if (Triple.getVendor() == Triple::Apple) {
/external/compiler-rt/make/
H A DAppleBI.mk3 # Make rules to build compiler_rt in Apple B&I infrastructure
/external/compiler-rt/make/platform/
H A Ddarwin_bni.mk2 Description := Target for Darwin using an Apple-style build.
/external/clang/lib/StaticAnalyzer/Checkers/
H A DUnixAPIChecker.cpp118 == llvm::Triple::Apple)
H A DCallAndMessageChecker.cpp524 return (triple.getVendor() == llvm::Triple::Apple &&
H A DCheckSecuritySyntaxOnly.cpp30 return T.getVendor() == llvm::Triple::Apple ||
/external/llvm/include/llvm/ADT/
H A DTriple.h119 Apple, enumerator in enum:llvm::Triple::VendorType
161 TvOS, // Apple tvOS
162 WatchOS, // Apple watchOS
421 /// Is this an Apple tvOS triple.
426 /// Is this an Apple watchOS triple.
/external/chromium-trace/catapult/tracing/third_party/devscripts/
H A Dlicensecheck.pl599 if ($licensetext =~ /as defined in and that are subject to the Apple Public Source License([ ,-]+Version ([^ ]+)?(\.))/) {
601 } elsif ($licensetext =~ /provided that if you redistribute the Apple Software in its entirety and without modifications, you must retain this notice and the following text and disclaimers in all such redistributions of the Apple Software/) {
603 $license = "Apple MIT $license";
/external/llvm/lib/Support/
H A DTriple.cpp139 case Apple: return "apple";
399 .Case("apple", Triple::Apple)
/external/llvm/lib/Linker/
H A DIRMover.cpp1428 if (T0.getVendor() == Triple::Apple)
1439 if (SrcTriple.getVendor() == Triple::Apple)
/external/zlib/src/
H A Dconfigure220 if libtool -V 2>&1 | grep Apple > /dev/null; then
/external/llvm/unittests/ADT/
H A DTripleTest.cpp80 EXPECT_EQ(Triple::Apple, T.getVendor());
/external/ImageMagick/
H A Dconfigure1995 Apple font directory
2682 # left behind by Apple's compiler. We do this before executing the actions.
2832 # left behind by Apple's compiler. We do this before executing the actions.
30742 # Set Apple font directory.
[all...]
/external/clang/lib/Driver/
H A DTools.cpp3386 // match that of llvm-gcc and Apple GCC before that.
3611 if (getToolChain().getTriple().getVendor() == llvm::Triple::Apple)
7095 // Give --sysroot= preference, over the Apple specific behavior to also use

Completed in 931 milliseconds