Searched refs:WASI (Results 1 – 7 of 7) sorted by relevance
219 WASI, // Experimental WebAssembly OS enumerator635 return getOS() == Triple::WASI; in isOSWASI()
631 case llvm::Triple::WASI: in AllocateTarget()646 case llvm::Triple::WASI: in AllocateTarget()
20 on musl, for producing WebAssemmbly applictions that use the WASI ABI.
444 case llvm::Triple::WASI: in AddDefaultIncludePaths()
238 case WASI: return "wasi"; in getOSTypeName()587 .StartsWith("wasi", Triple::WASI) in parseOS()
361 EXPECT_EQ(Triple::WASI, T.getOS()); in TEST()373 EXPECT_EQ(Triple::WASI, T.getOS()); in TEST()
41 // WASI libc uses musl's locales support.