Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DAMDGPU.cpp986 auto AddBCLib = [&](StringRef BCFile) { BCLibs.push_back(BCFile.str()); }; in getCommonBitcodeLibs() local
988 AddBCLib(getOCMLPath()); in getCommonBitcodeLibs()
990 AddBCLib(getOCKLPath()); in getCommonBitcodeLibs()
991 AddBCLib(getDenormalsAreZeroPath(DAZ)); in getCommonBitcodeLibs()
992 AddBCLib(getUnsafeMathPath(UnsafeMathOpt || FastRelaxedMath)); in getCommonBitcodeLibs()
993 AddBCLib(getFiniteOnlyPath(FiniteOnly || FastRelaxedMath)); in getCommonBitcodeLibs()
994 AddBCLib(getCorrectlyRoundedSqrtPath(CorrectSqrt)); in getCommonBitcodeLibs()
995 AddBCLib(getWavefrontSize64Path(Wave64)); in getCommonBitcodeLibs()
996 AddBCLib(LibDeviceFile); in getCommonBitcodeLibs()
999 AddBCLib(ABIVerPath); in getCommonBitcodeLibs()