OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IsAndroid
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
Linux.cpp
45
bool
IsAndroid
= TargetTriple.
isAndroid
();
61
if (
IsAndroid
)
72
if (
IsAndroid
)
76
if (
IsAndroid
)
82
if (
IsAndroid
)
94
if (
IsAndroid
)
107
if (
IsAndroid
)
139
if (Triple.
isAndroid
()) {
192
if (Distro.IsAlpineLinux() || Triple.
isAndroid
()) {
[
all
...]
Linux.cpp
45
bool
IsAndroid
= TargetTriple.
isAndroid
();
61
if (
IsAndroid
)
72
if (
IsAndroid
)
76
if (
IsAndroid
)
82
if (
IsAndroid
)
94
if (
IsAndroid
)
107
if (
IsAndroid
)
139
if (Triple.
isAndroid
()) {
192
if (Distro.IsAlpineLinux() || Triple.
isAndroid
()) {
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp
441
bool
IsAndroid
= TargetTriple.
isAndroid
();
475
if (
IsAndroid
)
557
IsAndroid
&& !TargetTriple.isAndroidVersionLT(21);
2577
bool
isAndroid
= Triple(M.getTargetTriple()).
isAndroid
();
2581
Version += (LongSize == 32 &&
isAndroid
);
AddressSanitizer.cpp
441
bool
IsAndroid
= TargetTriple.
isAndroid
();
475
if (
IsAndroid
)
557
IsAndroid
&& !TargetTriple.isAndroidVersionLT(21);
2577
bool
isAndroid
= Triple(M.getTargetTriple()).
isAndroid
();
2581
Version += (LongSize == 32 &&
isAndroid
);
Completed in 100 milliseconds
Indexes created Wed May 06 00:24:28 UTC 2026