Searched defs:CallCleanupFunction (Results 1 – 1 of 1) sorted by relevance
576 struct CallCleanupFunction final : EHScopeStack::Cleanup { struct577 llvm::Constant *CleanupFn;578 const CGFunctionInfo &FnInfo;579 const VarDecl &Var;581 CallCleanupFunction(llvm::Constant *CleanupFn, const CGFunctionInfo *Info, in CallCleanupFunction() argument585 void Emit(CodeGenFunction &CGF, Flags flags) override { in Emit()