Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
Dknown_gcc_test_failures.txt87 # WASI doesn't have stdjmp.h yet
91 # WASI doesn't have pthread.h yet
/external/llvm-project/llvm/lib/Target/WebAssembly/
Dknown_gcc_test_failures.txt87 # WASI doesn't have stdjmp.h yet
90 # WASI doesn't have pthread.h yet
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DTriple.h193 WASI, // Experimental WebAssembly OS enumerator
603 return getOS() == Triple::WASI; in isOSWASI()
/external/llvm-project/llvm/include/llvm/ADT/
DTriple.h197 WASI, // Experimental WebAssembly OS enumerator
606 return getOS() == Triple::WASI; in isOSWASI()
/external/rust/crates/getrandom/
DCHANGELOG.md140 - Use `wasi` isntead of `libc` on WASI target. [#64]
232 WASI being categorized as an OS.
/external/llvm-project/clang/lib/Basic/
DTargets.cpp594 case llvm::Triple::WASI: in AllocateTarget()
609 case llvm::Triple::WASI: in AllocateTarget()
/external/llvm-project/clang/lib/Frontend/
DInitHeaderSearch.cpp429 case llvm::Triple::WASI: in AddDefaultIncludePaths()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DTriple.cpp214 case WASI: return "wasi"; in getOSTypeName()
521 .StartsWith("wasi", Triple::WASI) in parseOS()
/external/llvm-project/llvm/lib/Support/
DTriple.cpp217 case WASI: return "wasi"; in getOSTypeName()
526 .StartsWith("wasi", Triple::WASI) in parseOS()
/external/llvm-project/llvm/unittests/ADT/
DTripleTest.cpp243 EXPECT_EQ(Triple::WASI, T.getOS()); in TEST()
255 EXPECT_EQ(Triple::WASI, T.getOS()); in TEST()
/external/llvm-project/libcxx/include/
D__locale42 // WASI libc uses musl's locales support.