HomeSort by: relevance | last modified time | path
    Searched refs:Apple (Results 1 - 25 of 36) sorted by relevancy

1 2

  /src/sys/rump/fs/lib/libhfs/
Makefile 7 COMMENT=Apple HFS+
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64MCAsmInfo.cpp 24 Apple = 1
31 clEnumValN(Apple, "apple", "Emit Apple-style NEON assembly")));
34 // We prefer NEON instructions to be printed in the short, Apple-specific
36 AssemblerDialect = AsmWriterVariant == Default ? Apple : AsmWriterVariant;
  /src/sys/external/bsd/gnu-efi/dist/lib/arm/
mullu.S 5 # Copyright (c) 2008 - 2009, Apple Inc. All rights reserved.<BR>
  /src/external/apache2/llvm/dist/llvm/lib/MC/
SubtargetFeature.cpp 74 if (Triple.getVendor() == Triple::Apple) {
76 // powerpc-apple-*
79 // powerpc64-apple-*
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
MacOSXAPIChecker.cpp 10 // to various, widely used Apple APIs.
141 "API Misuse (Apple)"));
UnixAPIChecker.cpp 219 == llvm::Triple::Apple)
  /src/external/apache2/llvm/dist/llvm/utils/
clang-parse-diagnostics-file 55 <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" \
56 "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  /src/external/gpl2/dtc/dist/Documentation/
dtc-paper.tex 45 device tree supplied by Open Firmware on IBM\R servers and Apple\R
541 board-specific purpose. For example, many of Apple's device trees
568 ultimately saw the light and installed Linux on his Apple PowerPC
571 mostly around the support for Apple machines. He became official
574 PowerPC kernel to Apple G5 machines and the Maple embedded board,
589 Apple and Power Macintosh are a registered trademarks of Apple
  /src/external/apache2/llvm/dist/llvm/lib/Support/
Triple.cpp 169 case Apple: return "apple";
485 .Case("apple", Triple::Apple)
1627 if (getVendor() == Triple::Apple)
1637 // If vendor is apple, ignore the version number.
1638 if (getVendor() == Triple::Apple)
1646 // If vendor is apple, pick the triple with the larger version number.
1647 if (getVendor() == Triple::Apple)
1672 if (getVendor() != Triple::Apple || getArch() != Triple::aarch64
    [all...]
  /src/sys/arch/mac68k/mac68k/
pramasm.s 250 bsr _C_LABEL(Transfer) | (so sezs Apple...)
270 bsr _C_LABEL(Transfer) | (so sezs Apple...)
345 | set the high bit in the wp reg (Apple sezs
  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
Triple.h 148 Apple,
193 TvOS, // Apple tvOS
194 WatchOS, // Apple watchOS
227 Simulator, // Simulator variants of other systems, e.g., Apple's iOS
228 MacABI, // Mac Catalyst variant of Apple's iOS deployment target.
467 /// Is this an Apple tvOS triple.
472 /// Is this an Apple watchOS triple.
802 /// Tests whether the target is the Apple "arm64e" AArch64 subarch.
  /src/common/dist/zlib/
configure 268 if "${CROSS_PREFIX}libtool" -V 2>&1 | grep Apple > /dev/null; then
270 elif libtool -V 2>&1 | grep Apple > /dev/null; then
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp 102 clEnumValN(AccelTableKind::Apple, "Apple", "Apple"),
340 // always implies debug_names. For lower standard versions we use apple
341 // accelerator tables on apple platforms and debug_names elsewhere.
345 return TT.isOSBinFormatMachO() ? AccelTableKind::Apple
505 if (getAccelTableKind() != AccelTableKind::Apple &&
1484 case AccelTableKind::Apple:
3395 // AccelTableKind::Apple, we use the table we got as an argument). If
3404 if (getAccelTableKind() != AccelTableKind::Apple &
    [all...]
DwarfDebug.h 290 Apple, ///< .apple_names, .apple_namespaces, .apple_types, .apple_objc.
  /src/external/apache2/llvm/dist/llvm/include/llvm/DWARFLinker/
DWARFLinker.h 26 Apple, ///< .apple_names, .apple_namespaces, .apple_types, .apple_objc.
28 Default, ///< Dwarf for DWARF5 or later, Apple otherwise.
124 /// Emit Apple namespaces accelerator table.
128 /// Emit Apple names accelerator table.
132 /// Emit Apple Objective-C accelerator table.
136 /// Emit Apple type accelerator table.
759 /// Apple accelerator tables.
  /src/external/apache2/llvm/dist/llvm/tools/dsymutil/
dsymutil.cpp 200 if (S == "Apple")
201 return AccelTableKind::Apple;
210 "'. Support values are 'Apple', 'Dwarf', 'Pub' and 'Default'.",
336 << "<!DOCTYPE plist PUBLIC \"-//Apple Computer//DTD PLIST 1.0//EN\" "
337 << "\"http://www.apple.com/DTDs/PropertyList-1.0.dtd\">\n"
343 << "\t\t<string>com.apple.xcode.dsym.";
  /src/external/lgpl3/gmp/dist/mpn/x86/k7/
invert_limb.asm 64 C Make approx_tab global to work around Apple relocation bug.
  /src/external/lgpl3/gmp/dist/mpn/x86/pentium4/sse2/
popcount.asm 108 C Make cnsts global to work around Apple relocation bug.
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
BackendUtil.cpp 1002 llvm::Triple::Apple);
1447 llvm::Triple::Apple);
  /src/crypto/external/apache2/openssl/dist/crypto/bn/asm/
rsaz-2k-avx512.pl 55 =~ /(Apple)?\s*((?:clang|LLVM) version|.*based on LLVM) ([0-9]+)\.([0-9]+)\.([0-9]+)?/) {
58 # Apple conditions, they use a different version series, see
60 # clang 7.0.0 is Apple clang 10.0.1
rsaz-3k-avx512.pl 54 =~ /(Apple)?\s*((?:clang|LLVM) version|.*based on LLVM) ([0-9]+)\.([0-9]+)\.([0-9]+)?/) {
57 # Apple conditions, they use a different version series, see
59 # clang 7.0.0 is Apple clang 10.0.1
  /src/crypto/external/apache2/openssl/dist/crypto/poly1305/asm/
poly1305-armv8.pl 25 # Apple A7 1.86/+5% 0.72
62 // forward "declarations" are required for Apple
  /src/crypto/external/bsd/openssl/dist/crypto/bn/asm/
rsaz-avx512.pl 52 =~ /(Apple)?\s*((?:clang|LLVM) version|.*based on LLVM) ([0-9]+)\.([0-9]+)\.([0-9]+)?/) {
55 # Apple conditions, they use a different version series, see
57 # clang 7.0.0 is Apple clang 10.0.1
  /src/crypto/external/bsd/openssl/dist/crypto/poly1305/asm/
poly1305-armv8.pl 25 # Apple A7 1.86/+5% 0.72
62 // forward "declarations" are required for Apple
  /src/crypto/external/bsd/openssl.old/dist/crypto/poly1305/asm/
poly1305-armv8.pl 25 # Apple A7 1.86/+5% 0.72
58 // forward "declarations" are required for Apple

Completed in 41 milliseconds

1 2