Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DTargetLibraryInfo.cpp60 return TT.isGNUEnvironment() || TT.isMusl(); in hasBcmp()
451 if (!T.isOSLinux() || !T.isGNUEnvironment()) { in initialize()
520 if ((T.isOSLinux() && T.isGNUEnvironment()) || in initialize()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DTriple.h522 bool isGNUEnvironment() const { in isGNUEnvironment() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetLoweringBase.cpp199 if (TT.isGNUEnvironment() || TT.isOSFuchsia() || in InitLibcalls()