Searched refs:WinException (Results 1 – 6 of 6) 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()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()[all …]
25 class LLVM_LIBRARY_VISIBILITY WinException : public EHStreamer {94 WinException(AsmPrinter *A);95 ~WinException() override;
26 WinException.cpp
395 ES = new WinException(this); in doInitialization()
35 WinException.cpp
44 "WinException.cpp",