Searched refs:CallCleanupFunction (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp566 struct CallCleanupFunction final : EHScopeStack::Cleanup {
571 CallCleanupFunction(llvm::Constant *CleanupFn, const CGFunctionInfo *Info, function in struct:__anon1703::final
2026 EHStack.pushCleanup<CallCleanupFunction>(NormalAndEHCleanup, F, &Info, &D);

Completed in 207 milliseconds