HomeSort by relevance Sort by last modified time
    Searched refs:isWatchABI (Results 1 - 9 of 9) sorted by null

  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMCAsmInfo.cpp 35 ExceptionsType = (TheTriple.isOSDarwin() && !TheTriple.isWatchABI())
  /external/llvm/include/llvm/ADT/
Triple.h 442 bool isWatchABI() const {
  /external/llvm/lib/Target/ARM/
ARMSubtarget.h 488 bool isTargetWatchABI() const { return TargetTriple.isWatchABI(); }
ARMTargetMachine.cpp 89 } else if (TT.isWatchABI()) {
  /external/llvm/lib/MC/
MCObjectFileInfo.cpp 33 if (T.isWatchABI())
61 if (T.isWatchABI())
    [all...]
  /external/clang/lib/Basic/
Targets.cpp 216 if(Triple.isWatchABI())
    [all...]
  /external/clang/lib/Driver/
ToolChains.cpp     [all...]
Tools.cpp 787 ABI = Triple.isWatchABI() ? FloatABI::Hard : ABI;
    [all...]
  /external/clang/lib/CodeGen/
TargetInfo.cpp     [all...]

Completed in 699 milliseconds