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()
198 void WinException::beginFunclet(const MachineBasicBlock &MBB, in beginFunclet()
249 void WinException::endFunclet() { in endFunclet()
258 void WinException::endFuncletImpl() { in endFuncletImpl()
312 const MCExpr *WinException::create32bitRef(const MCSymbol *Value) { in create32bitRef()
321 const MCExpr *WinException::create32bitRef(const GlobalValue *GV) { in create32bitRef()
327 const MCExpr *WinException::getLabel(const MCSymbol *Label) { in getLabel()
332 const MCExpr *WinException::getLabelPlusOne(const MCSymbol *Label) { in getLabelPlusOne()
338 const MCExpr *WinException::getOffset(const MCSymbol *OffsetOf, in getOffset()
345 const MCExpr *WinException::getOffsetPlusOne(const MCSymbol *OffsetOf, in getOffsetPlusOne()
352 int WinException::getFrameIndexOffset(int FrameIndex, in getFrameIndexOffset()
567 void WinException::emitCSpecificHandlerTable(const MachineFunction *MF) { in emitCSpecificHandlerTable()
633 void WinException::emitSEHActionsForRange(const WinEHFuncInfo &FuncInfo, in emitSEHActionsForRange()
676 void WinException::emitCXXFrameHandler3Table(const MachineFunction *MF) { in emitCXXFrameHandler3Table()
908 void WinException::computeIP2StateTable( in computeIP2StateTable()
969 void WinException::emitEHRegistrationOffsetLabel(const WinEHFuncInfo &FuncInfo, in emitEHRegistrationOffsetLabel()
997 void WinException::emitExceptHandlerTable(const MachineFunction *MF) { in emitExceptHandlerTable()
1122 void WinException::emitCLRExceptionTable(const MachineFunction *MF) { in emitCLRExceptionTable()