HomeSort by relevance Sort by last modified time
    Searched refs:systemz (Results 1 - 16 of 16) 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 78 else if (Arch == Triple::systemz)
85 if (Arch == Triple::systemz)
RuntimeDyldELF.cpp     [all...]
RuntimeDyld.cpp 752 } else if (Arch == Triple::systemz) {
    [all...]
  /external/llvm/lib/Support/
Triple.cpp 45 case systemz: return "s390x";
107 case systemz: return "s390";
253 .Case("systemz", systemz)
362 .Case("s390x", Triple::systemz)
582 case Triple::systemz:
    [all...]
  /external/llvm/include/llvm/ADT/
Triple.h 70 systemz, // SystemZ: s390x enumerator in enum:llvm::Triple::ArchType
  /external/llvm/include/llvm/Object/
RelocVisitor.h 121 case Triple::systemz:
350 // SystemZ ELF
ELFObjectFile.h 904 return Triple::systemz;
  /external/llvm/lib/MC/
MCObjectFileInfo.cpp 404 case Triple::systemz:
    [all...]
  /external/clang/lib/Driver/
ToolChains.cpp     [all...]
Tools.cpp 516 case llvm::Triple::systemz:
    [all...]
  /external/clang/lib/Basic/
Targets.cpp     [all...]
  /external/clang/lib/CodeGen/
TargetInfo.cpp     [all...]
CGBuiltin.cpp     [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp 592 case llvm::Triple::systemz:
    [all...]
  /external/llvm/
configure     [all...]

Completed in 113 milliseconds