Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DWinException.cpp117 if (isAArch64 && CurrentFuncletEntry && in markFunctionEnd()
192 CurrentFuncletEntry = &MBB; in beginFunclet()
236 if (!CurrentFuncletEntry->isCleanupFuncletEntry()) in beginFunclet()
242 if (isAArch64 && CurrentFuncletEntry && in endFunclet()
252 if (!CurrentFuncletEntry) in endFuncletImpl()
263 !CurrentFuncletEntry->isCleanupFuncletEntry()) { in endFuncletImpl()
274 !CurrentFuncletEntry->isEHFuncletEntry()) { in endFuncletImpl()
301 CurrentFuncletEntry = nullptr; in endFuncletImpl()
H A DWinException.h46 const MachineBasicBlock *CurrentFuncletEntry = nullptr; variable