Searched refs:WASI (Results 1 – 11 of 11) sorted by relevance
87 # WASI doesn't have stdjmp.h yet91 # WASI doesn't have pthread.h yet
87 # WASI doesn't have stdjmp.h yet90 # WASI doesn't have pthread.h yet
193 WASI, // Experimental WebAssembly OS enumerator603 return getOS() == Triple::WASI; in isOSWASI()
197 WASI, // Experimental WebAssembly OS enumerator606 return getOS() == Triple::WASI; in isOSWASI()
140 - Use `wasi` isntead of `libc` on WASI target. [#64]232 WASI being categorized as an OS.
594 case llvm::Triple::WASI: in AllocateTarget()609 case llvm::Triple::WASI: in AllocateTarget()
429 case llvm::Triple::WASI: in AddDefaultIncludePaths()
214 case WASI: return "wasi"; in getOSTypeName()521 .StartsWith("wasi", Triple::WASI) in parseOS()
217 case WASI: return "wasi"; in getOSTypeName()526 .StartsWith("wasi", Triple::WASI) in parseOS()
243 EXPECT_EQ(Triple::WASI, T.getOS()); in TEST()255 EXPECT_EQ(Triple::WASI, T.getOS()); in TEST()
42 // WASI libc uses musl's locales support.