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

12

/freebsd-13-stable/contrib/dialog/samples/
H A Dchecklist1218 Apple:It's an apple.:off
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MCAsmInfo.cpp24 Apple = 1 enumerator in enum:AsmWriterVariantTy
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;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
H A DSubtargetFeature.cpp74 if (Triple.getVendor() == Triple::Apple) {
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMacOSXAPIChecker.cpp10 // to various, widely used Apple APIs.
141 "API Misuse (Apple)"));
H A DUnixAPIChecker.cpp219 == llvm::Triple::Apple)
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DThreadMinidump.cpp101 const bool apple = arch.GetTriple().getVendor() == llvm::Triple::Apple;
H A DMinidumpParser.cpp199 triple.setVendor(llvm::Triple::Apple);
203 triple.setVendor(llvm::Triple::Apple);
/freebsd-13-stable/share/mk/
H A Dbsd.compiler.mk30 # to differentiate Apple's version of Clang. Apple Clang uses a different
32 # mapping of Apple Clang versions to upstream clang versions see
212 .if !defined(${X_}COMPILER_FEATURES) && ${_v:[*]:M*Apple clang version*}
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DTriple.cpp162 case Apple: return "apple";
470 .Case("apple", Triple::Apple)
1583 if (getVendor() == Triple::Apple)
1594 if (getVendor() == Triple::Apple)
1603 if (getVendor() == Triple::Apple)
1628 if (getVendor() != Triple::Apple || getArch() != Triple::aarch64)
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp376 llvm::Triple::VendorType::Apple)
479 if (target.GetArchitecture().GetTriple().getVendor() == llvm::Triple::Apple) {
/freebsd-13-stable/contrib/llvm-project/lldb/source/Host/common/
H A DProcessLaunchInfo.cpp302 // Only Apple supports /usr/bin/arch being able to specify the
306 llvm::Triple::Apple && // Apple only
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.cpp429 enable = arch.GetTriple().getVendor() != llvm::Triple::Apple;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp463 if (target.GetArchitecture().GetTriple().getVendor() == llvm::Triple::Apple) {
465 // Apple binaries.
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DTriple.h142 Apple, enumerator in enum:llvm::Triple::VendorType
189 TvOS, // Apple tvOS
190 WatchOS, // Apple watchOS
221 Simulator, // Simulator variants of other systems, e.g., Apple's iOS
222 MacABI, // Mac Catalyst variant of Apple's iOS deployment target.
460 /// Is this an Apple tvOS triple.
465 /// Is this an Apple watchOS triple.
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h290 Apple, ///< .apple_names, .apple_namespaces, .apple_types, .apple_objc. member in class:llvm::AccelTableKind
H A DDwarfDebug.cpp130 clEnumValN(AccelTableKind::Apple, "Apple", "Apple"),
352 return TT.isOSBinFormatMachO() ? AccelTableKind::Apple
473 if (getAccelTableKind() != AccelTableKind::Apple &&
1450 case AccelTableKind::Apple:
3322 // AccelTableKind::Apple, we use the table we got as an argument). If
3331 if (getAccelTableKind() != AccelTableKind::Apple &&
3339 case AccelTableKind::Apple:
3359 // ObjC names go only into the Apple accelerato
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DDynamicRegisterInfo.cpp572 arch.GetTriple().getVendor() == llvm::Triple::Apple)
575 arch.GetTriple().getVendor() != llvm::Triple::Apple)
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ABI/AArch64/
H A DABIMacOSX_arm64.cpp47 if (vendor_type == llvm::Triple::Apple) {
H A DABISysV_arm64.cpp50 if (vendor_type != llvm::Triple::Apple) {
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ABI/X86/
H A DABISysV_i386.cpp74 if (arch.GetTriple().getVendor() != llvm::Triple::Apple) {
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFLinker.h26 Apple, ///< .apple_names, .apple_namespaces, .apple_types, .apple_objc. member in class:llvm::AccelTableKind
28 Default, ///< Dwarf for DWARF5 or later, Apple otherwise.
116 /// Emit Apple namespaces accelerator table.
120 /// Emit Apple names accelerator table.
124 /// Emit Apple Objective-C accelerator table.
128 /// Emit Apple type accelerator table.
745 /// Apple accelerator tables.
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp1357 // Currently only Apple targets support the os_log/os_activity protocol.
1359 llvm::Triple::VendorType::Apple) {
1424 if (triple.getVendor() != llvm::Triple::Apple) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp1736 case AccelTableKind::Apple:
2309 Options.TheAccelTableKind = AccelTableKind::Apple;
2485 case AccelTableKind::Apple:
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp911 llvm::Triple::Apple);
1409 llvm::Triple::Apple);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp534 if (remote_triple.getVendor() == llvm::Triple::Apple &&

Completed in 379 milliseconds

12