OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IOS
(Results
1 - 16
of
16
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/Basic/
AlignedAllocation.h
31
case llvm::Triple::
IOS
:
/src/external/apache2/llvm/dist/llvm/lib/TextAPI/
Platform.cpp
25
case PlatformKind::
iOS
:
26
return WantSim ? PlatformKind::iOSSimulator : PlatformKind::
iOS
;
41
case Triple::
IOS
:
46
return PlatformKind::
iOS
;
71
case PlatformKind::
iOS
:
72
return "
iOS
";
82
return "
iOS
Simulator";
96
.Case("
ios
", PlatformKind::
iOS
)
100
.Case("
ios
-macabi", PlatformKind::macCatalyst
[
all
...]
/src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
Triple.h
173
IOS
,
227
Simulator, // Simulator variants of other systems, e.g., Apple's
iOS
228
MacABI, // Mac Catalyst variant of Apple's
iOS
deployment target.
357
/// This may also be called with
IOS
triples but the OS X version number is
363
/// only be called with
IOS
or generic triples.
458
/// Is this an
iOS
triple.
459
/// Note: This identifies tvOS as a variant of
iOS
. If that ever
464
return getOS() == Triple::
IOS
|| isTvOS();
483
/// isOSDarwin - Is this a "Darwin" OS (macOS,
iOS
, tvOS or watchOS).
/src/external/apache2/llvm/dist/llvm/lib/Support/
Triple.cpp
207
case
IOS
: return "
ios
";
511
.StartsWith("
ios
", Triple::
IOS
)
1139
case
IOS
:
1143
// the clang driver combines OS X and
IOS
support into a common Darwin
1145
//
IOS
.
1161
// the clang driver combines OS X and
IOS
support into a common Darwin
1162
// toolchain that wants to know the
iOS
version number even when targeting
1168
case
IOS
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/APINotes/
APINotesYAMLCompiler.cpp
32
IOS
,
43
IO.enumCase(AA, "
iOS
", APIAvailability::
IOS
);
/src/external/apache2/llvm/dist/llvm/lib/MC/
MCStreamer.cpp
1233
case Triple::
IOS
:
1253
case Triple::
IOS
:
1275
case Triple::
IOS
:
1308
case Triple::
IOS
:
/src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
DarwinAsmParser.cpp
1111
case MCVM_IOSVersionMin: return Triple::
IOS
;
1146
case MachO::PLATFORM_IOS: return Triple::
IOS
;
1150
case MachO::PLATFORM_MACCATALYST: return Triple::
IOS
;
1160
/// ::= .build_version (macos|
ios
|tvos|watchos), parseVersion parseSDKVersion
1169
.Case("
ios
", MachO::PLATFORM_IOS)
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
TargetLibraryInfo.cpp
81
// The
iOS
ABI diverges from the standard in some cases, so for now don't
166
// memset_pattern16 is only available on
iOS
3.0 and Mac OS X 10.5 and later.
416
// exp10 and exp10f are not available on OS X until 10.9 and
iOS
until 7.0
418
// OS X or
iOS
.
428
case Triple::
IOS
:
455
// ffsl is available on at least Darwin, Mac OS X,
iOS
, FreeBSD, and
463
case Triple::
IOS
:
479
case Triple::
IOS
:
/src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
Darwin.cpp
825
// Default to use libc++ on OS X 10.9+ and
iOS
7+.
834
/// Darwin provides an ARC runtime starting in MacOS X 10.7 and
iOS
5.0.
839
return ObjCRuntime(ObjCRuntime::
iOS
, TargetVersion);
845
/// Darwin provides a blocks runtime starting in MacOS X 10.6 and
iOS
3.2.
954
Str += "
ios
";
1004
// For
iOS
and watchOS, also error about implicit function declarations,
1083
// Default to use DWARF 2 on OS X 10.10 /
iOS
8 and lower.
1171
return TargetEnvironment == NativeEnvironment || IgnoreSim ? "
ios
"
1342
// If we are compiling as
iOS
/ simulator, don't attempt to link libgcc_s.1,
1344
// Linking against libgcc_s.1 isn't needed for
iOS
5.0
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/Basic/Targets/
OSTargets.h
96
// 64-bit
iOS
supported it from 8 onwards, 32-bit device from 9 onwards,
139
case llvm::Triple::
IOS
:
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaAvailability.cpp
184
case llvm::Triple::
IOS
:
359
// not specified for deployment targets >= to
iOS
11 or equivalent or
360
// for declarations that were introduced in
iOS
11 (macOS 10.13, ...) or
761
// not specified for deployment targets >= to
iOS
11 or equivalent or
762
// for declarations that were introduced in
iOS
11 (macOS 10.13, ...) or
SemaDeclObjC.cpp
4627
//
iOS
< 9 and macOS < 10.11.
4630
if (Triple.getOS() == llvm::Triple::
IOS
)
4642
<< (Triple.isMacOSX() ? "macOS 10.11" : "
iOS
9");
/src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/windows/
regstr.d
199
REGSTR_PATH_IOS = `System\CurrentControlSet\Services\VxD\
IOS
`,
/src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/Arch/
ARM.cpp
304
case llvm::Triple::
IOS
:
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGObjC.cpp
1457
// 10.8 and
iOS
6.0 code and GC is off
3878
case llvm::Triple::
IOS
:
3953
case llvm::Triple::
IOS
:
3976
// @available doesn't need Foundation on macOS 10.15+,
iOS
/tvOS 13+, or
/src/external/apache2/llvm/dist/clang/lib/Driver/
Driver.cpp
5236
case llvm::Triple::
IOS
:
Completed in 78 milliseconds
Indexes created Sun Jun 07 00:24:08 UTC 2026