Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Frontend/Offloading/
H A DOffloadWrapper.cpp226 auto *AtExitTy = FunctionType::get( in createRegisterFunction() local
228 FunctionCallee AtExit = M.getOrInsertFunction("atexit", AtExitTy); in createRegisterFunction()
550 auto *AtExitTy = in createRegisterFatbinFunction() local
552 FunctionCallee AtExit = M.getOrInsertFunction("atexit", AtExitTy); in createRegisterFatbinFunction()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCUDANV.cpp933 llvm::FunctionType *AtExitTy = in makeModuleCtorFunction() local
936 CGM.CreateRuntimeFunction(AtExitTy, "atexit", llvm::AttributeList(), in makeModuleCtorFunction()
H A DItaniumCXXABI.cpp5139 llvm::FunctionType *AtExitTy = in registerGlobalDtor() local
5144 CGM.CreateRuntimeFunction(AtExitTy, "__pt_atexit_np"); in registerGlobalDtor()