Searched defs:CallCleanupFunction (Results 1 – 1 of 1) sorted by relevance
592 struct CallCleanupFunction final : EHScopeStack::Cleanup { struct593 llvm::Constant *CleanupFn;594 const CGFunctionInfo &FnInfo;595 const VarDecl &Var;597 CallCleanupFunction(llvm::Constant *CleanupFn, const CGFunctionInfo *Info, in CallCleanupFunction() argument601 void Emit(CodeGenFunction &CGF, Flags flags) override { in Emit()