Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/TargetParser/
H A DTriple.h223 WASI, // Experimental WebAssembly OS enumerator
653 return getOS() == Triple::WASI; in isOSWASI()
/openbsd/gnu/llvm/clang/lib/Basic/
H A DTargets.cpp633 case llvm::Triple::WASI: in AllocateTarget()
648 case llvm::Triple::WASI: in AllocateTarget()
/openbsd/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DREADME.txt20 on musl, for producing WebAssemmbly applictions that use the WASI ABI.
/openbsd/gnu/llvm/clang/lib/Lex/
H A DInitHeaderSearch.cpp419 case llvm::Triple::WASI: in ShouldAddDefaultIncludePaths()
/openbsd/gnu/llvm/llvm/lib/TargetParser/
H A DTriple.cpp241 case WASI: return "wasi"; in getOSTypeName()
596 .StartsWith("wasi", Triple::WASI) in parseOS()
/openbsd/gnu/llvm/libcxx/include/
H A D__locale43 // WASI libc uses musl's locales support.