Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGDecl.cpp570 struct CallStackRestore final : EHScopeStack::Cleanup { struct
572 CallStackRestore(Address Stack) : Stack(Stack) {} in CallStackRestore() function
2139 EHStack.pushCleanup<CallStackRestore>(Kind, SPMem); in pushStackRestore()