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

/external/llvm/include/llvm/ADT/
H A DTriple.h117 NaCl, // Native Client enumerator in enum:llvm::Triple::OSType
385 /// \brief Tests whether the OS is NaCl (Native Client)
387 return getOS() == Triple::NaCl;

Completed in 256 milliseconds