LLVM API Documentation
#include <Win64Exception.h>
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. |
Definition at line 22 of file Win64Exception.h.
Definition at line 40 of file Win64Exception.cpp.
Win64Exception::~Win64Exception | ( | ) | [virtual] |
Definition at line 44 of file Win64Exception.cpp.
void Win64Exception::beginFunction | ( | const MachineFunction * | MF | ) | [override, virtual] |
Gather pre-function exception information. Assumes being emitted immediately after the function entry point.
beginFunction - Gather pre-function exception information. Assumes it's being emitted immediately after the function entry point.
Reimplemented from llvm::EHStreamer.
Definition at line 53 of file Win64Exception.cpp.
References llvm::EHStreamer::Asm, llvm::AsmPrinter::CurrentFnSym, llvm::dwarf::DW_EH_PE_omit, llvm::MCStreamer::EmitLabel(), llvm::MCStreamer::EmitWinCFIStartProc(), llvm::MCStreamer::EmitWinEHHandler(), llvm::TargetLoweringObjectFile::getCFIPersonalitySymbol(), llvm::AsmPrinter::getFunctionNumber(), llvm::MachineModuleInfo::getLandingPads(), llvm::MCObjectFileInfo::getLSDAEncoding(), llvm::AsmPrinter::getObjFileLowering(), llvm::MachineModuleInfo::getPersonalities(), llvm::MCObjectFileInfo::getPersonalityEncoding(), llvm::MachineModuleInfo::getPersonalityIndex(), llvm::AsmPrinter::GetTempSymbol(), llvm::AsmPrinter::Mang, llvm::EHStreamer::MMI, llvm::AsmPrinter::needsSEHMoves(), llvm::AsmPrinter::OutStreamer, and llvm::AsmPrinter::TM.
void Win64Exception::endFunction | ( | const MachineFunction * | ) | [override, virtual] |
Gather and emit post-function exception information.
endFunction - Gather and emit post-function exception information.
Reimplemented from llvm::EHStreamer.
Definition at line 90 of file Win64Exception.cpp.
References llvm::EHStreamer::Asm, llvm::EHStreamer::emitExceptionTable(), llvm::MCStreamer::EmitLabel(), llvm::MCStreamer::EmitWinCFIEndProc(), llvm::MCStreamer::EmitWinEHHandlerData(), llvm::AsmPrinter::getFunctionNumber(), llvm::AsmPrinter::GetTempSymbol(), llvm::EHStreamer::MMI, llvm::AsmPrinter::OutStreamer, llvm::MCStreamer::PopSection(), llvm::MCStreamer::PushSection(), and llvm::MachineModuleInfo::TidyLandingPads().
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.