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.cpp883 llvm::GlobalVariable *FatbinWrapper = Values.finishAndCreateGlobal( in makeModuleCtorFunction() local
886 FatbinWrapper->setSection(FatbinSectionName); in makeModuleCtorFunction()
930 CtorBuilder.CreateCall(RegisterFatbinFunc, FatbinWrapper); in makeModuleCtorFunction()
947 CtorBuilder.CreateCall(RegisterFatbinFunc, FatbinWrapper); in makeModuleCtorFunction()
972 OS << ModuleIDPrefix << llvm::format("%" PRIx64, FatbinWrapper->getGUID()); in makeModuleCtorFunction()
978 Twine("__fatbinwrap") + ModuleID, FatbinWrapper); in makeModuleCtorFunction()
988 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()