Home
last modified time | relevance | path

Searched refs:WinException (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DWinException.cpp35 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()
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 …]
H A DWinException.h26 class LLVM_LIBRARY_VISIBILITY WinException : public EHStreamer {
99 WinException(AsmPrinter *A);
100 ~WinException() override;
H A DAsmPrinter.cpp598 ES = new WinException(this); in doInitialization()
/freebsd/lib/clang/libllvm/
H A DMakefile215 SRCS_MIN+= CodeGen/AsmPrinter/WinException.cpp