Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGDecl.cpp2119 void CodeGenFunction::pushStackRestore(CleanupKind Kind, Address SPMem) { in pushStackRestore() argument
2120 EHStack.pushCleanup<CallStackRestore>(Kind, SPMem); in pushStackRestore()
H A DCodeGenFunction.h2002 void pushStackRestore(CleanupKind kind, Address SPMem);