OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:systemz
(Results
1 - 14
of
14
) 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/Support/
Triple.cpp
36
case
systemz
: return "s390x";
79
case
systemz
: return "
systemz
";
178
.Case("
systemz
",
systemz
)
242
.Case("s390x", Triple::
systemz
)
700
case llvm::Triple::
systemz
:
726
case Triple::
systemz
:
784
case Triple::
systemz
:
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldImpl.h
179
else if (Arch == Triple::
systemz
)
186
if (Arch == Triple::
systemz
)
RuntimeDyld.cpp
417
} else if (Arch == Triple::
systemz
) {
RuntimeDyldELF.cpp
777
case Triple::
systemz
:
[
all
...]
/external/llvm/include/llvm/ADT/
Triple.h
62
systemz
, //
SystemZ
: s390x
enumerator in enum:llvm::Triple::ArchType
/external/llvm/lib/MC/
MCObjectFileInfo.cpp
299
} else if (T.getArch() == Triple::
systemz
) {
/external/clang/lib/Driver/
Tools.cpp
554
case llvm::Triple::
systemz
:
[
all
...]
ToolChains.cpp
[
all
...]
/external/clang/lib/Basic/
Targets.cpp
[
all
...]
/external/llvm/include/llvm/Object/
ELF.h
[
all
...]
/external/clang/lib/CodeGen/
TargetInfo.cpp
[
all
...]
/external/llvm/
configure
[
all
...]
/external/llvm/projects/sample/
configure
[
all
...]
Completed in 1411 milliseconds