Searched refs:pushStackRestore (Results 1 – 3 of 3) sorted by relevance
989 pushStackRestore(NormalCleanup, Stack); in EmitAutoVarAlloca()1385 void CodeGenFunction::pushStackRestore(CleanupKind Kind, llvm::Value *SPMem) { in pushStackRestore() function in CodeGenFunction
1103 void pushStackRestore(CleanupKind kind, llvm::Value *SPMem);
2680 CGF.pushStackRestore(EHCleanup, StackBaseMem); in allocateArgumentMemory()