Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DWinException.cpp117 if (isAArch64 && CurrentFuncletEntry && in markFunctionEnd()
200 CurrentFuncletEntry = &MBB; in beginFunclet()
244 if (!CurrentFuncletEntry->isCleanupFuncletEntry()) in beginFunclet()
250 if (isAArch64 && CurrentFuncletEntry && in endFunclet()
260 if (!CurrentFuncletEntry) in endFuncletImpl()
271 !CurrentFuncletEntry->isCleanupFuncletEntry()) { in endFuncletImpl()
282 !CurrentFuncletEntry->isEHFuncletEntry()) { in endFuncletImpl()
309 CurrentFuncletEntry = nullptr; in endFuncletImpl()
H A DWinException.h46 const MachineBasicBlock *CurrentFuncletEntry = nullptr; variable