HomeSort by relevance Sort by last modified time
    Searched defs:isTargetLinux (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Target/AArch64/
AArch64Subtarget.h 49 bool isTargetLinux() const { return TargetTriple.getOS() == Triple::Linux; }
  /external/llvm/lib/Target/ARM/
ARMSubtarget.h 281 bool isTargetLinux() const { return TargetTriple.getOS() == Triple::Linux; }
  /external/llvm/lib/Target/X86/
X86Subtarget.h 314 bool isTargetLinux() const { return TargetTriple.getOS() == Triple::Linux; }

Completed in 154 milliseconds