Home
last modified time | relevance | path

Searched refs:Musl (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/TargetParser/
H A DTriple.h245 Musl, enumerator
740 return getEnvironment() == Triple::Musl || in isMusl()
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonSubtarget.h116 return TargetTriple.getEnvironment() == Triple::Musl; in isEnvironmentMusl()
/openbsd-src/gnu/llvm/llvm/lib/TargetParser/
H A DTriple.cpp273 case Musl: return "musl"; in getEnvironmentTypeName()
621 .StartsWith("musl", Triple::Musl) in parseEnvironment()
/openbsd-src/gnu/llvm/clang/lib/Basic/
H A DTargets.cpp127 Triple.getEnvironment() == llvm::Triple::Musl) in AllocateTarget()
/openbsd-src/gnu/llvm/clang/lib/Driver/
H A DDriver.cpp608 Target.setEnvironment(llvm::Triple::Musl); in computeTargetTriple()
612 if (Target.getEnvironment() == llvm::Triple::Musl) in computeTargetTriple()
621 Target.setEnvironment(llvm::Triple::Musl); in computeTargetTriple()
/openbsd-src/gnu/llvm/libcxx/
H A DCMakeLists.txt279 option(LIBCXX_HAS_MUSL_LIBC "Build libc++ with support for the Musl C library" OFF)