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 112 bool isTargetLinux() const { return TargetTriple.isOSLinux(); }
  /external/llvm/lib/Target/ARM/
ARMSubtarget.h 353 bool isTargetLinux() const { return TargetTriple.isOSLinux(); }
  /external/llvm/lib/Target/X86/
X86Subtarget.h 401 bool isTargetLinux() const { return TargetTriple.isOSLinux(); }

Completed in 104 milliseconds