Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
317 const MCExpr *WinException::create32bitRef(const MCSymbol *Value) { in create32bitRef()
[all …]
H A DWinException.h25 class LLVM_LIBRARY_VISIBILITY WinException : public EHStreamer {
94 WinException(AsmPrinter *A);
95 ~WinException() override;
H A DCMakeLists.txt26 WinException.cpp
H A DAsmPrinter.cpp395 ES = new WinException(this); in doInitialization()
/netbsd-src/external/apache2/llvm/lib/libLLVMAsmPrinter/
H A DMakefile35 WinException.cpp
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/CodeGen/AsmPrinter/
H A DBUILD.gn44 "WinException.cpp",