Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/AsmPrinter/
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()
DWinException.h46 const MachineBasicBlock *CurrentFuncletEntry = nullptr; variable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DWinException.cpp113 if (isAArch64 && CurrentFuncletEntry && in markFunctionEnd()
190 CurrentFuncletEntry = &MBB; in beginFunclet()
234 if (!CurrentFuncletEntry->isCleanupFuncletEntry()) in beginFunclet()
240 if (isAArch64 && CurrentFuncletEntry && in endFunclet()
250 if (!CurrentFuncletEntry) in endFuncletImpl()
273 !CurrentFuncletEntry->isCleanupFuncletEntry()) { in endFuncletImpl()
281 !CurrentFuncletEntry->isEHFuncletEntry()) { in endFuncletImpl()
295 CurrentFuncletEntry = nullptr; in endFuncletImpl()
DWinException.h44 const MachineBasicBlock *CurrentFuncletEntry = nullptr; variable
/external/llvm/lib/CodeGen/AsmPrinter/
DWinException.h41 const MachineBasicBlock *CurrentFuncletEntry = nullptr; variable
DWinException.cpp172 CurrentFuncletEntry = &MBB; in beginFunclet()
216 !CurrentFuncletEntry->isCleanupFuncletEntry()) in beginFunclet()
223 if (!CurrentFuncletEntry) in endFunclet()
240 !CurrentFuncletEntry->isCleanupFuncletEntry()) { in endFunclet()
248 !CurrentFuncletEntry->isEHFuncletEntry()) { in endFunclet()
263 CurrentFuncletEntry = nullptr; in endFunclet()