Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:atexit

1211   llvm::Constant *atexit =
1213 if (llvm::Function *fn = dyn_cast<llvm::Function>(atexit))
1216 // Create a variable that binds the atexit to this shared object.
1225 CGF.EmitNounwindRuntimeCall(atexit, args);