Searched refs:CallStackRestore (Results 1 – 1 of 1) sorted by relevance
452 struct CallStackRestore : EHScopeStack::Cleanup { struct454 CallStackRestore(llvm::Value *Stack) : Stack(Stack) {} in CallStackRestore() argument1386 EHStack.pushCleanup<CallStackRestore>(Kind, SPMem); in pushStackRestore()