Searched refs:RewindFunction (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | DwarfEHPrepare.cpp | 58 FunctionCallee &RewindFunction; member in __anonfb3251580111::DwarfEHPrepare 84 : OptLevel(OptLevel_), RewindFunction(RewindFunction_), F(F_), TLI(TLI_), in DwarfEHPrepare() 215 if (!RewindFunction) { in InsertUnwindResumeCalls() 219 RewindFunction = F.getParent()->getOrInsertFunction(RewindName, FTy); in InsertUnwindResumeCalls() 231 CallInst *CI = CallInst::Create(RewindFunction, ExnObj, "", UnwindBB); in InsertUnwindResumeCalls() 261 CallInst *CI = CallInst::Create(RewindFunction, PN, "", UnwindBB); in InsertUnwindResumeCalls() 281 FunctionCallee &RewindFunction, Function &F, in prepareDwarfEH() argument 286 return DwarfEHPrepare(OptLevel, RewindFunction, F, TLI, DT ? &DTU : nullptr, in prepareDwarfEH() 295 FunctionCallee RewindFunction = nullptr; member in __anonfb3251580211::DwarfEHPrepareLegacyPass 318 return prepareDwarfEH(OptLevel, RewindFunction, F, TLI, DT, TTI); in runOnFunction()
|