Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DWinException.cpp41 WinException::WinException(AsmPrinter *A) : EHStreamer(A) { in WinException() function in WinException
48 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 …]
H A DWinException.h28 class LLVM_LIBRARY_VISIBILITY WinException : public EHStreamer {
93 WinException(AsmPrinter *A);
94 ~WinException() override;
H A DAsmPrinter.cpp356 ES = new WinException(this); in doInitialization()
/freebsd-12.1/lib/clang/libllvm/
H A DMakefile166 SRCS_MIN+= CodeGen/AsmPrinter/WinException.cpp