Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/tools/clang-linker-wrapper/
H A DOffloadWrapper.cpp553 auto *AtExitTy = in createRegisterFatbinFunction() local
556 FunctionCallee AtExit = M.getOrInsertFunction("atexit", AtExitTy); in createRegisterFatbinFunction()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGCUDANV.cpp918 llvm::FunctionType *AtExitTy = in makeModuleCtorFunction() local
921 CGM.CreateRuntimeFunction(AtExitTy, "atexit", llvm::AttributeList(), in makeModuleCtorFunction()
H A DItaniumCXXABI.cpp4748 llvm::FunctionType *AtExitTy = in registerGlobalDtor() local
4753 CGM.CreateRuntimeFunction(AtExitTy, "__pt_atexit_np"); in registerGlobalDtor()