Searched refs:StackRestoreFn (Results 1 – 4 of 4) sorted by relevance
48 Constant *StackRestoreFn; member in __anone0d7897d0111::SjLjEHPrepare451 if (CI->getCalledFunction() != StackRestoreFn) in setupEntryBlockAndCallSites()481 StackRestoreFn = Intrinsic::getDeclaration(&M, Intrinsic::stackrestore); in runOnFunction()
48 Constant *StackRestoreFn; member in __anon39ada0450111::SjLjEHPrepare441 if (CI->getCalledFunction() != StackRestoreFn) in setupEntryBlockAndCallSites()471 StackRestoreFn = Intrinsic::getDeclaration(&M, Intrinsic::stackrestore); in runOnFunction()
71 Constant *SetJmpFn, *LongJmpFn, *StackSaveFn, *StackRestoreFn; member in __anonfab4bed10111::LowerInvoke163 StackRestoreFn = Intrinsic::getDeclaration(&M, Intrinsic::stackrestore); in doInitialization()251 CallInst::Create(StackRestoreFn, StackPtrLoad, "")->insertAfter(StackPtrLoad); in rewriteExpensiveInvoke()
54 Constant *StackRestoreFn; member in __anonee5476f10111::SjLjEHPass123 StackRestoreFn = Intrinsic::getDeclaration(&M, Intrinsic::stackrestore); in doInitialization()465 } else if (CI->getCalledFunction() == StackRestoreFn) { in insertSjLjEHSupport()