Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGDecl.cpp475 struct CallStackRestore final : EHScopeStack::Cleanup { struct
477 CallStackRestore(Address Stack) : Stack(Stack) {} in CallStackRestore() function
1471 EHStack.pushCleanup<CallStackRestore>(Kind, SPMem); in pushStackRestore()
/external/llvm-project/clang/lib/CodeGen/
DCGDecl.cpp549 struct CallStackRestore final : EHScopeStack::Cleanup { struct
551 CallStackRestore(Address Stack) : Stack(Stack) {} in CallStackRestore() function
2117 EHStack.pushCleanup<CallStackRestore>(Kind, SPMem); in pushStackRestore()