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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DWinException.h1 //===-- WinException.h - Windows Exception Handling ----------*- C++ -*--===//
27 class LLVM_LIBRARY_VISIBILITY WinException : public EHStreamer { class in namespace:llvm
93 WinException(AsmPrinter *A);
94 ~WinException() override;
H A DWinException.cpp1 //===-- CodeGen/AsmPrinter/WinException.cpp - Dwarf Exception Impl ------===//
13 #include "WinException.h"
40 WinException::WinException(AsmPrinter *A) : EHStreamer(A) { function in class:WinException
47 WinException::~WinException() {}
51 void WinException::endModule() {
59 void WinException::beginFunction(const MachineFunction *MF) {
112 void WinException::markFunctionEnd() {
120 void WinException
[all...]
H A DAsmPrinter.cpp19 #include "WinException.h"
371 ES = new WinException(this);
/freebsd-11-stable/lib/clang/libllvm/
H A DMakefile181 SRCS_MIN+= CodeGen/AsmPrinter/WinException.cpp

Completed in 69 milliseconds