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

/openbsd-current/gnu/llvm/llvm/lib/CodeGen/
H A DDwarfEHPrepare.cpp214 // RewindFunction - _Unwind_Resume or the target equivalent.
215 FunctionCallee RewindFunction;
235 RewindFunction = F.getParent()->getOrInsertFunction(RewindName, FTy);
250 CallInst::Create(RewindFunction, RewindFunctionArgs, "", UnwindBB);
254 Function *RewindFn = dyn_cast<Function>(RewindFunction.getCallee());
293 CallInst::Create(RewindFunction, RewindFunctionArgs, "", UnwindBB);

Completed in 204 milliseconds