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

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

Completed in 80 milliseconds