Lines Matching refs:WinException

41 WinException::WinException(AsmPrinter *A) : EHStreamer(A) {  in WinException()  function in WinException
48 WinException::~WinException() {} in ~WinException()
52 void WinException::endModule() { in endModule()
68 void WinException::beginFunction(const MachineFunction *MF) { in beginFunction()
121 void WinException::markFunctionEnd() { in markFunctionEnd()
129 void WinException::endFunction(const MachineFunction *MF) { in endFunction()
203 void WinException::beginFunclet(const MachineBasicBlock &MBB, in beginFunclet()
254 void WinException::endFunclet() { in endFunclet()
263 void WinException::endFuncletImpl() { in endFuncletImpl()
317 const MCExpr *WinException::create32bitRef(const MCSymbol *Value) { in create32bitRef()
326 const MCExpr *WinException::create32bitRef(const GlobalValue *GV) { in create32bitRef()
332 const MCExpr *WinException::getLabel(const MCSymbol *Label) { in getLabel()
341 const MCExpr *WinException::getOffset(const MCSymbol *OffsetOf, in getOffset()
348 const MCExpr *WinException::getOffsetPlusOne(const MCSymbol *OffsetOf, in getOffsetPlusOne()
355 int WinException::getFrameIndexOffset(int FrameIndex, in getFrameIndexOffset()
570 void WinException::emitCSpecificHandlerTable(const MachineFunction *MF) { in emitCSpecificHandlerTable()
636 void WinException::emitSEHActionsForRange(const WinEHFuncInfo &FuncInfo, in emitSEHActionsForRange()
679 void WinException::emitCXXFrameHandler3Table(const MachineFunction *MF) { in emitCXXFrameHandler3Table()
905 void WinException::computeIP2StateTable( in computeIP2StateTable()
959 void WinException::emitEHRegistrationOffsetLabel(const WinEHFuncInfo &FuncInfo, in emitEHRegistrationOffsetLabel()
987 void WinException::emitExceptHandlerTable(const MachineFunction *MF) { in emitExceptHandlerTable()
1112 void WinException::emitCLRExceptionTable(const MachineFunction *MF) { in emitCLRExceptionTable()