Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGDecl.cpp550 struct CallStackRestore final : EHScopeStack::Cleanup { struct
552 CallStackRestore(Address Stack) : Stack(Stack) {} in CallStackRestore() argument
2120 EHStack.pushCleanup<CallStackRestore>(Kind, SPMem); in pushStackRestore()