Searched refs:Libc (Results 1 – 3 of 3) sorted by relevance
97 const char *Libc; in getMultiarchTriple() local101 Libc = "gnu"; in getMultiarchTriple()103 Libc = "musl"; in getMultiarchTriple()126 return (Twine("loongarch64-linux-") + Libc + FPFlavor).str(); in getMultiarchTriple()
153 // the __code_point_view should use a span. Libc++ will remove support for
267 // Libc++ supports various implementations of std::random_device.