OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:systemz
(Results
1 - 13
of
13
) sorted by null
/external/llvm/lib/Target/SystemZ/TargetInfo/
SystemZTargetInfo.cpp
1
//===-- SystemZTargetInfo.cpp -
SystemZ
target implementation -------------===//
10
#include "
SystemZ
.h"
18
RegisterTarget<Triple::
systemz
, /*HasJIT=*/true>
19
X(TheSystemZTarget, "
systemz
", "
SystemZ
");
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldELF.h
72
else if (Arch == Triple::
systemz
)
79
if (Arch == Triple::
systemz
)
RuntimeDyldELF.cpp
[
all
...]
RuntimeDyld.cpp
581
} else if (Arch == Triple::
systemz
) {
/external/llvm/lib/Support/
Triple.cpp
40
case
systemz
: return "s390x";
91
case
systemz
: return "
systemz
";
201
.Case("
systemz
",
systemz
)
277
.Case("s390x", Triple::
systemz
)
822
case llvm::Triple::
systemz
:
851
case Triple::
systemz
:
916
case Triple::
systemz
:
/external/llvm/include/llvm/ADT/
Triple.h
67
systemz
, //
SystemZ
: s390x
enumerator in enum:llvm::Triple::ArchType
/external/llvm/lib/MC/
MCObjectFileInfo.cpp
381
case Triple::
systemz
:
[
all
...]
/external/llvm/include/llvm/Object/
ELFObjectFile.h
944
return Triple::
systemz
;
[
all
...]
/external/clang/lib/Driver/
Tools.cpp
470
case llvm::Triple::
systemz
:
[
all
...]
ToolChains.cpp
[
all
...]
/external/clang/lib/Basic/
Targets.cpp
[
all
...]
/external/clang/lib/CodeGen/
TargetInfo.cpp
[
all
...]
/external/llvm/
configure
[
all
...]
Completed in 334 milliseconds