Searched defs:CallCleanupFunction (Results 1 – 1 of 1) sorted by relevance
598 struct CallCleanupFunction final : EHScopeStack::Cleanup { struct599 llvm::Constant *CleanupFn;600 const CGFunctionInfo &FnInfo;601 const VarDecl &Var;603 CallCleanupFunction(llvm::Constant *CleanupFn, const CGFunctionInfo *Info, in CallCleanupFunction() argument607 void Emit(CodeGenFunction &CGF, Flags flags) override { in Emit()