Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DTriple.h236 WASI, // Experimental WebAssembly OS enumerator
701 return getOS() == Triple::WASI; in isOSWASI()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DREADME.txt20 on musl, for producing WebAssembly applications that use the WASI ABI.
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DTargets.cpp689 case llvm::Triple::WASI: in AllocateTarget()
707 case llvm::Triple::WASI: in AllocateTarget()
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DTriple.cpp297 case WASI: return "wasi"; in getOSTypeName()
684 .StartsWith("wasi", Triple::WASI) in parseOS()