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

  /external/llvm/lib/Target/X86/
X86Subtarget.h 415 bool isTargetDragonFly() const { return TargetTriple.isOSDragonFly(); }
  /external/llvm/include/llvm/ADT/
Triple.h 448 bool isOSDragonFly() const { return getOS() == Triple::DragonFly; }

Completed in 810 milliseconds