Home
last modified time | relevance | path

Searched refs:WASI (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DTriple.h219 WASI, // Experimental WebAssembly OS enumerator
635 return getOS() == Triple::WASI; in isOSWASI()
/llvm-project-15.0.7/clang/lib/Basic/
H A DTargets.cpp631 case llvm::Triple::WASI: in AllocateTarget()
646 case llvm::Triple::WASI: in AllocateTarget()
/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/
H A DREADME.txt20 on musl, for producing WebAssemmbly applictions that use the WASI ABI.
/llvm-project-15.0.7/clang/lib/Lex/
H A DInitHeaderSearch.cpp444 case llvm::Triple::WASI: in AddDefaultIncludePaths()
/llvm-project-15.0.7/llvm/lib/Support/
H A DTriple.cpp238 case WASI: return "wasi"; in getOSTypeName()
587 .StartsWith("wasi", Triple::WASI) in parseOS()
/llvm-project-15.0.7/llvm/unittests/ADT/
H A DTripleTest.cpp361 EXPECT_EQ(Triple::WASI, T.getOS()); in TEST()
373 EXPECT_EQ(Triple::WASI, T.getOS()); in TEST()
/llvm-project-15.0.7/libcxx/include/
H A D__locale41 // WASI libc uses musl's locales support.