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

/external/clang/lib/CodeGen/
H A DCGDecl.cpp500 struct CallCleanupFunction final : EHScopeStack::Cleanup {
505 CallCleanupFunction(llvm::Constant *CleanupFn, const CGFunctionInfo *Info, function in struct:__anon1200::final
1419 EHStack.pushCleanup<CallCleanupFunction>(NormalAndEHCleanup, F, &Info, &D);

Completed in 59 milliseconds