Searched refs:WinException (Results 1 – 4 of 4) sorted by relevance
41 WinException::WinException(AsmPrinter *A) : EHStreamer(A) { in WinException() function in WinException48 WinException::~WinException() {} in ~WinException()52 void WinException::endModule() { in endModule()60 void WinException::beginFunction(const MachineFunction *MF) { in beginFunction()115 void WinException::endFunction(const MachineFunction *MF) { in endFunction()183 void WinException::beginFunclet(const MachineBasicBlock &MBB, in beginFunclet()234 void WinException::endFunclet() { in endFunclet()301 const MCExpr *WinException::getLabel(const MCSymbol *Label) { in getLabel()310 const MCExpr *WinException::getOffset(const MCSymbol *OffsetOf, in getOffset()324 int WinException::getFrameIndexOffset(int FrameIndex, in getFrameIndexOffset()[all …]
28 class LLVM_LIBRARY_VISIBILITY WinException : public EHStreamer {93 WinException(AsmPrinter *A);94 ~WinException() override;
356 ES = new WinException(this); in doInitialization()
166 SRCS_MIN+= CodeGen/AsmPrinter/WinException.cpp