reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/CodeGen/ItaniumCXXABI.cpp
 1269       Dtor = CGM.getAddrOfCXXStructor(GlobalDecl(DtorD, Dtor_Complete));
 1270       Dtor = llvm::ConstantExpr::getBitCast(Dtor, CGM.Int8PtrTy);
 1270       Dtor = llvm::ConstantExpr::getBitCast(Dtor, CGM.Int8PtrTy);
 1273   if (!Dtor) Dtor = llvm::Constant::getNullValue(CGM.Int8PtrTy);
 1273   if (!Dtor) Dtor = llvm::Constant::getNullValue(CGM.Int8PtrTy);
 1275   llvm::Value *args[] = { ExceptionPtr, TypeInfo, Dtor };