Searched defs:CallCleanupFunction (Results 1 – 1 of 1) sorted by relevance
558 struct CallCleanupFunction final : EHScopeStack::Cleanup { struct559 llvm::Constant *CleanupFn;560 const CGFunctionInfo &FnInfo;561 const VarDecl &Var;563 CallCleanupFunction(llvm::Constant *CleanupFn, const CGFunctionInfo *Info, in CallCleanupFunction() argument567 void Emit(CodeGenFunction &CGF, Flags flags) override { in Emit()