Searched defs:CallCleanupFunction (Results 1 – 1 of 1) sorted by relevance
609 struct CallCleanupFunction final : EHScopeStack::Cleanup { struct610 llvm::Constant *CleanupFn;611 const CGFunctionInfo &FnInfo;612 const VarDecl &Var;614 CallCleanupFunction(llvm::Constant *CleanupFn, const CGFunctionInfo *Info, in CallCleanupFunction() argument618 void Emit(CodeGenFunction &CGF, Flags flags) override { in Emit()