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.cpp219 const char *RewindName; in InsertUnwindResumeCalls() local
224 RewindName = TLI.getLibcallName(RTLIB::CXA_END_CLEANUP); in InsertUnwindResumeCalls()
230 RewindName = TLI.getLibcallName(RTLIB::UNWIND_RESUME); in InsertUnwindResumeCalls()
236 RewindFunction = F.getParent()->getOrInsertFunction(RewindName, FTy); in InsertUnwindResumeCalls()