Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCUDANV.cpp819 llvm::GlobalVariable *FatbinWrapper = Values.finishAndCreateGlobal( in makeModuleCtorFunction() local
822 FatbinWrapper->setSection(FatbinSectionName); in makeModuleCtorFunction()
865 CtorBuilder.CreateCall(RegisterFatbinFunc, FatbinWrapper); in makeModuleCtorFunction()
882 CtorBuilder.CreateCall(RegisterFatbinFunc, FatbinWrapper); in makeModuleCtorFunction()
907 OS << ModuleIDPrefix << llvm::format("%" PRIx64, FatbinWrapper->getGUID()); in makeModuleCtorFunction()
913 Twine("__fatbinwrap") + ModuleID, FatbinWrapper); in makeModuleCtorFunction()
923 llvm::Value *Args[] = {RegisterGlobalsFunc, FatbinWrapper, ModuleIDConstant, in makeModuleCtorFunction()
/freebsd/contrib/llvm-project/llvm/lib/Frontend/Offloading/
H A DOffloadWrapper.cpp286 Constant *FatbinWrapper[] = { in createFatbinDesc() local
293 ConstantStruct::get(getFatbinWrapperTy(M), FatbinWrapper); in createFatbinDesc()