Home
last modified time | relevance | path

Searched defs:ABIVer (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/lib/Driver/ToolChains/
H A DAMDGPU.cpp921 auto ABIVer = DeviceLibABIVersion::fromCodeObjectVersion( addClangTargetOptions() local
983 getCommonBitcodeLibs(const llvm::opt::ArgList & DriverArgs,StringRef LibDeviceFile,bool Wave64,bool DAZ,bool FiniteOnly,bool UnsafeMathOpt,bool FastRelaxedMath,bool CorrectSqrt,DeviceLibABIVersion ABIVer,bool isOpenMP=false) const getCommonBitcodeLibs() argument
1012 auto ABIVer = DeviceLibABIVersion::fromCodeObjectVersion( getCommonDeviceLibNames() local
[all...]
H A DROCm.h260 StringRef getABIVersionPath(DeviceLibABIVersion ABIVer) const { in getABIVersionPath()