Home
last modified time | relevance | path

Searched refs:isOSWASI (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DWebAssembly.cpp66 return TargetTriple.isOSWASI() && TargetTriple.getOSName() != "wasip1" && in TargetBuildsComponents()
76 if (Triple.isOSWASI() && Triple.getEnvironmentName() == "threads") in WantsPthread()
549 if (getTriple().isOSEmscripten() || getTriple().isOSWASI()) { in getSupportedSanitizers()
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DTriple.h743 bool isOSWASI() const { in isOSWASI() function