Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DAMDGPU.cpp960 auto AddBCLib = [&](StringRef BCFile) { BCLibs.push_back(BCFile.str()); }; in getCommonBitcodeLibs() local
962 AddBCLib(getOCMLPath()); in getCommonBitcodeLibs()
964 AddBCLib(getOCKLPath()); in getCommonBitcodeLibs()
965 AddBCLib(getDenormalsAreZeroPath(DAZ)); in getCommonBitcodeLibs()
966 AddBCLib(getUnsafeMathPath(UnsafeMathOpt || FastRelaxedMath)); in getCommonBitcodeLibs()
967 AddBCLib(getFiniteOnlyPath(FiniteOnly || FastRelaxedMath)); in getCommonBitcodeLibs()
968 AddBCLib(getCorrectlyRoundedSqrtPath(CorrectSqrt)); in getCommonBitcodeLibs()
969 AddBCLib(getWavefrontSize64Path(Wave64)); in getCommonBitcodeLibs()
970 AddBCLib(LibDeviceFile); in getCommonBitcodeLibs()
973 AddBCLib(ABIVerPath); in getCommonBitcodeLibs()