Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Dtor

443   llvm::Constant *Dtor = 0;
448 Dtor = CGM.GetAddrOfCXXDestructor(DtorD, Dtor_Complete);
449 Dtor = llvm::ConstantExpr::getBitCast(Dtor, Int8PtrTy);
452 if (!Dtor) Dtor = llvm::Constant::getNullValue(Int8PtrTy);
458 Dtor);
462 Builder.CreateCall3(getThrowFn(*this), ExceptionPtr, TypeInfo, Dtor);
1104 // 4. Enter dtor cleanup