Searched refs:CallStackRestore (Results 1 – 1 of 1) sorted by relevance
475 struct CallStackRestore final : EHScopeStack::Cleanup { struct477 CallStackRestore(Address Stack) : Stack(Stack) {} in CallStackRestore() argument1471 EHStack.pushCleanup<CallStackRestore>(Kind, SPMem); in pushStackRestore()