Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:Dtor

465   llvm::Constant *Dtor = 0;
470 Dtor = CGM.GetAddrOfCXXDestructor(DtorD, Dtor_Complete);
471 Dtor = llvm::ConstantExpr::getBitCast(Dtor, Int8PtrTy);
474 if (!Dtor) Dtor = llvm::Constant::getNullValue(Int8PtrTy);
476 llvm::Value *args[] = { ExceptionPtr, TypeInfo, Dtor };
1120 // 4. Enter dtor cleanup