Lines Matching refs:WinException
35 WinException::WinException(AsmPrinter *A) : EHStreamer(A) { in WinException() function in WinException
43 WinException::~WinException() = default;
47 void WinException::endModule() { in endModule()
63 void WinException::beginFunction(const MachineFunction *MF) { in beginFunction()
116 void WinException::markFunctionEnd() { in markFunctionEnd()
124 void WinException::endFunction(const MachineFunction *MF) { in endFunction()
190 void WinException::beginFunclet(const MachineBasicBlock &MBB, in beginFunclet()
241 void WinException::endFunclet() { in endFunclet()
250 void WinException::endFuncletImpl() { in endFuncletImpl()
304 const MCExpr *WinException::create32bitRef(const MCSymbol *Value) { in create32bitRef()
313 const MCExpr *WinException::create32bitRef(const GlobalValue *GV) { in create32bitRef()
319 const MCExpr *WinException::getLabel(const MCSymbol *Label) { in getLabel()
324 const MCExpr *WinException::getLabelPlusOne(const MCSymbol *Label) { in getLabelPlusOne()
330 const MCExpr *WinException::getOffset(const MCSymbol *OffsetOf, in getOffset()
337 const MCExpr *WinException::getOffsetPlusOne(const MCSymbol *OffsetOf, in getOffsetPlusOne()
344 int WinException::getFrameIndexOffset(int FrameIndex, in getFrameIndexOffset()
559 void WinException::emitCSpecificHandlerTable(const MachineFunction *MF) { in emitCSpecificHandlerTable()
625 void WinException::emitSEHActionsForRange(const WinEHFuncInfo &FuncInfo, in emitSEHActionsForRange()
668 void WinException::emitCXXFrameHandler3Table(const MachineFunction *MF) { in emitCXXFrameHandler3Table()
904 void WinException::computeIP2StateTable( in computeIP2StateTable()
965 void WinException::emitEHRegistrationOffsetLabel(const WinEHFuncInfo &FuncInfo, in emitEHRegistrationOffsetLabel()
993 void WinException::emitExceptHandlerTable(const MachineFunction *MF) { in emitExceptHandlerTable()
1118 void WinException::emitCLRExceptionTable(const MachineFunction *MF) { in emitCLRExceptionTable()