Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DAMDGPU.cpp902 bool GPUSan = DriverArgs.hasFlag(options::OPT_fgpu_sanitize, in addClangTargetOptions() local
913 FastRelaxedMath, CorrectSqrt, ABIVer, GPUSan, false)); in addClangTargetOptions()
952 bool CorrectSqrt, DeviceLibABIVersion ABIVer, bool GPUSan, in getCommonBitcodeLibs() argument
962 if (GPUSan) in getCommonBitcodeLibs()
970 else if (GPUSan && isOpenMP) in getCommonBitcodeLibs()
1019 bool GPUSan = DriverArgs.hasFlag(options::OPT_fgpu_sanitize, in getCommonDeviceLibNames() local
1025 FastRelaxedMath, CorrectSqrt, ABIVer, GPUSan, isOpenMP); in getCommonDeviceLibNames()
H A DROCm.h182 bool GPUSan, bool isOpenMP) const;