Home
last modified time | relevance | path

Searched refs:Libc (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DLinux.cpp97 const char *Libc; in getMultiarchTriple() local
101 Libc = "gnu"; in getMultiarchTriple()
103 Libc = "musl"; in getMultiarchTriple()
126 return (Twine("loongarch64-linux-") + Libc + FPFlavor).str(); in getMultiarchTriple()
/freebsd/contrib/llvm-project/libcxx/include/
H A Dprint153 // the __code_point_view should use a span. Libc++ will remove support for
H A D__config267 // Libc++ supports various implementations of std::random_device.