Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/tools/clang-linker-wrapper/
H A DOffloadWrapper.cpp26 constexpr unsigned HIPFatMagic = 0x48495046; variable
315 ConstantInt::get(Type::getInt32Ty(C), IsHIP ? HIPFatMagic : CudaFatMagic), in createFatbinDesc()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGCUDANV.cpp33 constexpr unsigned HIPFatMagic = 0x48495046; // "HIPF" variable
763 FatMagic = HIPFatMagic; in makeModuleCtorFunction()