Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Frontend/Offloading/
H A DOffloadWrapper.cpp221 auto *RegFuncTy = FunctionType::get(Type::getVoidTy(C), getBinDescPtrTy(M), in createRegisterFunction() local
224 M.getOrInsertFunction("__tgt_register_lib", RegFuncTy); in createRegisterFunction()
339 auto *RegFuncTy = FunctionType::get( in createRegisterGlobalsFunction() local
345 IsHIP ? "__hipRegisterFunction" : "__cudaRegisterFunction", RegFuncTy); in createRegisterGlobalsFunction()