Searched refs:RewindFunction (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/
H A DDwarfEHPrepare.cpp38 // RewindFunction - _Unwind_Resume or the target equivalent.
39 Constant *RewindFunction; member in class:__anon7343::DwarfEHPrepare
48 RewindFunction(0) {
125 if (!RewindFunction) {
130 RewindFunction = Fn.getParent()->getOrInsertFunction(RewindName, FTy);
145 CallInst *CI = CallInst::Create(RewindFunction, ExnObj, "", UnwindBB);
172 CallInst *CI = CallInst::Create(RewindFunction, PN, "", UnwindBB);

Completed in 113 milliseconds