Searched refs:WinException (Results 1 – 4 of 4) sorted by relevance
35 WinException::WinException(AsmPrinter *A) : EHStreamer(A) { in WinException() function in WinException43 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()[all …]
26 class LLVM_LIBRARY_VISIBILITY WinException : public EHStreamer {99 WinException(AsmPrinter *A);100 ~WinException() override;
598 ES = new WinException(this); in doInitialization()
215 SRCS_MIN+= CodeGen/AsmPrinter/WinException.cpp