Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DWinException.h54 void emitCSpecificHandlerTable(const MachineFunction *MF);
H A DWinException.cpp150 emitCSpecificHandlerTable(MF); in endFunction()
280 emitCSpecificHandlerTable(MF); in endFuncletImpl()
559 void WinException::emitCSpecificHandlerTable(const MachineFunction *MF) { in emitCSpecificHandlerTable() function in WinException