OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsX86_64
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
Linux.cpp
687
const bool
IsX86_64
= getTriple().getArch() == llvm::Triple::x86_64;
710
if (
IsX86_64
|| IsMIPS64 || IsAArch64)
712
if (
IsX86_64
|| IsMIPS64 || IsAArch64 || IsX86 || IsArmArch || IsPowerPC64 ||
715
if (
IsX86_64
|| IsMIPS64 || IsAArch64 || IsPowerPC64)
717
if (
IsX86_64
)
719
if (IsX86 ||
IsX86_64
)
721
if (
IsX86_64
|| IsMIPS64 || IsAArch64 || IsX86 || IsMIPS || IsArmArch ||
724
if (
IsX86_64
|| IsAArch64) {
FreeBSD.cpp
472
const bool
IsX86_64
= getTriple().getArch() == llvm::Triple::x86_64;
479
if (
IsX86_64
|| IsMIPS64) {
483
if (IsX86 ||
IsX86_64
) {
489
if (IsAArch64 ||
IsX86_64
) {
493
if (
IsX86_64
) {
OpenBSD.cpp
232
const bool
IsX86_64
= getTriple().getArch() == llvm::Triple::x86_64;
237
if (IsX86 ||
IsX86_64
) {
Solaris.cpp
203
const bool
IsX86_64
= getTriple().getArch() == llvm::Triple::x86_64;
211
if (IsX86 ||
IsX86_64
)
NetBSD.cpp
470
const bool
IsX86_64
= getTriple().getArch() == llvm::Triple::x86_64;
472
if (IsX86 ||
IsX86_64
) {
482
if (
IsX86_64
) {
Darwin.cpp
2796
const bool
IsX86_64
= getTriple().getArch() == llvm::Triple::x86_64;
2815
if ((
IsX86_64
|| IsAArch64) && isTargetMacOS()) {
2818
if (
IsX86_64
)
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp
451
bool
IsX86_64
= TargetTriple.getArch() == Triple::x86_64;
465
IsX86_64
= true;
517
else if (IsLinux &&
IsX86_64
) {
523
} else if (IsWindows &&
IsX86_64
) {
Completed in 75 milliseconds
Indexes created Wed Jun 10 00:26:05 UTC 2026