Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
198 void WinException::beginFunclet(const MachineBasicBlock &MBB, in beginFunclet()
249 void WinException::endFunclet() { in endFunclet()
258 void WinException::endFuncletImpl() { in endFuncletImpl()
352 int WinException::getFrameIndexOffset(int FrameIndex, in getFrameIndexOffset()
[all …]
H A DWinException.h26 class LLVM_LIBRARY_VISIBILITY WinException : public EHStreamer {
99 WinException(AsmPrinter *A);
100 ~WinException() override;
H A DCMakeLists.txt26 WinException.cpp
H A DAsmPrinter.cpp571 ES = new WinException(this); in doInitialization()
/llvm-project-15.0.7/llvm/utils/gn/secondary/llvm/lib/CodeGen/AsmPrinter/
H A DBUILD.gn44 "WinException.cpp",