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

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp541 struct CallStackRestore final : EHScopeStack::Cleanup {
543 CallStackRestore(Address Stack) : Stack(Stack) {} function in struct:__anon1703::final
2088 EHStack.pushCleanup<CallStackRestore>(Kind, SPMem);

Completed in 67 milliseconds