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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DTriple.h193 WASI, // Experimental WebAssembly OS enumerator in enum:llvm::Triple::OSType
601 /// Tests whether the OS is WASI.
603 return getOS() == Triple::WASI;
/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/
H A DTargets.cpp582 case llvm::Triple::WASI:
597 case llvm::Triple::WASI:
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DInitHeaderSearch.cpp428 case llvm::Triple::WASI:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DTriple.cpp214 case WASI: return "wasi";
521 .StartsWith("wasi", Triple::WASI)

Completed in 289 milliseconds