Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DWinException.cpp122 if (isAArch64 && CurrentFuncletEntry && in markFunctionEnd()
205 CurrentFuncletEntry = &MBB; in beginFunclet()
249 if (!CurrentFuncletEntry->isCleanupFuncletEntry()) in beginFunclet()
255 if (isAArch64 && CurrentFuncletEntry && in endFunclet()
265 if (!CurrentFuncletEntry) in endFuncletImpl()
276 !CurrentFuncletEntry->isCleanupFuncletEntry()) { in endFuncletImpl()
287 !CurrentFuncletEntry->isEHFuncletEntry()) { in endFuncletImpl()
314 CurrentFuncletEntry = nullptr; in endFuncletImpl()
H A DWinException.h42 const MachineBasicBlock *CurrentFuncletEntry = nullptr; variable