Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGDecl.cpp566 struct CallStackRestore final : EHScopeStack::Cleanup { struct
568 CallStackRestore(Address Stack) : Stack(Stack) {} in CallStackRestore() argument
2135 EHStack.pushCleanup<CallStackRestore>(Kind, SPMem); in pushStackRestore()