LLVM API Documentation

Public Member Functions
llvm::Win64Exception Class Reference

#include <Win64Exception.h>

Inheritance diagram for llvm::Win64Exception:
Inheritance graph
[legend]
Collaboration diagram for llvm::Win64Exception:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 Win64Exception (AsmPrinter *A)
virtual ~Win64Exception ()
void endModule () override
 Emit all exception information that should come after the content.
void beginFunction (const MachineFunction *MF) override
void endFunction (const MachineFunction *) override
 Gather and emit post-function exception information.

Detailed Description

Definition at line 22 of file Win64Exception.h.


Constructor & Destructor Documentation

Definition at line 40 of file Win64Exception.cpp.

Definition at line 44 of file Win64Exception.cpp.


Member Function Documentation

void Win64Exception::beginFunction ( const MachineFunction MF) [override, virtual]
void Win64Exception::endFunction ( const MachineFunction ) [override, virtual]
void Win64Exception::endModule ( ) [override, virtual]

Emit all exception information that should come after the content.

endModule - Emit all exception information that should come after the content.

Reimplemented from llvm::EHStreamer.

Definition at line 48 of file Win64Exception.cpp.


The documentation for this class was generated from the following files: