Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:atexit

2114   llvm::Constant *atexit = CGF.CGM.CreateRuntimeFunction(atexitTy, Name);
2115 if (llvm::Function *fn = dyn_cast<llvm::Function>(atexit))
2118 // Create a variable that binds the atexit to this shared object.
2127 CGF.EmitNounwindRuntimeCall(atexit, args);