Home
last modified time | relevance | path

Searched refs:RewindName (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DDwarfEHPrepare.cpp220 const char *RewindName; in InsertUnwindResumeCalls() local
225 RewindName = TLI.getLibcallName(RTLIB::CXA_END_CLEANUP); in InsertUnwindResumeCalls()
231 RewindName = TLI.getLibcallName(RTLIB::UNWIND_RESUME); in InsertUnwindResumeCalls()
237 RewindFunction = F.getParent()->getOrInsertFunction(RewindName, FTy); in InsertUnwindResumeCalls()