Searched defs:isOSDarwin (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/ADT/
H A DTriple.h294 /// isOSDarwin - Is this a "Darwin" OS (OS X or iOS).
295 bool isOSDarwin() const { function in class:llvm::Triple
311 return !isOSDarwin() && !isOSWindows();
322 return getEnvironment() == Triple::MachO || isOSDarwin();

Completed in 177 milliseconds