Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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()
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()
355 int WinException::getFrameIndexOffset(int FrameIndex, in getFrameIndexOffset()
[all …]
H A DWinException.h26 class LLVM_LIBRARY_VISIBILITY WinException : public EHStreamer {
95 WinException(AsmPrinter *A);
96 ~WinException() override;
H A DAsmPrinter.cpp409 ES = new WinException(this); in doInitialization()
/freebsd-13.1/lib/clang/libllvm/
H A DMakefile200 SRCS_MIN+= CodeGen/AsmPrinter/WinException.cpp