Searched refs:isOSWASI (Results 1 – 2 of 2) sorted by relevance
66 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()
743 bool isOSWASI() const { in isOSWASI() function