OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StackRestoreFn
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/CodeGen/
SjLjEHPrepare.cpp
53
Constant *
StackRestoreFn
;
114
StackRestoreFn
= Intrinsic::getDeclaration(&M, Intrinsic::stackrestore);
482
if (CI->getCalledFunction() !=
StackRestoreFn
)
/external/llvm/lib/Transforms/Utils/
LowerInvoke.cpp
72
Constant *SetJmpFn, *LongJmpFn, *StackSaveFn, *
StackRestoreFn
;
159
StackRestoreFn
= Intrinsic::getDeclaration(&M, Intrinsic::stackrestore);
233
CallInst::Create(
StackRestoreFn
, StackPtrLoad, "")->insertAfter(StackPtrLoad);
Completed in 65 milliseconds