reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2828 Dtor = Fn; 2831 if (!Ctor && !Dtor) 2848 if (Dtor == nullptr) { 2852 Dtor = llvm::Constant::getNullValue(DtorTy); 2865 emitThreadPrivateVarInit(InitCGF, VDAddr, Ctor, CopyCtor, Dtor, Loc); 2869 emitThreadPrivateVarInit(*CGF, VDAddr, Ctor, CopyCtor, Dtor, Loc);