LLVM API Documentation
#include <DwarfException.h>
Public Member Functions | |
ARMException (AsmPrinter *A) | |
virtual | ~ARMException () |
virtual void | EndModule () |
virtual void | BeginFunction (const MachineFunction *MF) |
virtual void | EndFunction () |
EndFunction - Gather and emit post-function exception information. More... | |
![]() | |
DwarfException (AsmPrinter *A) | |
virtual | ~DwarfException () |
Additional Inherited Members | |
![]() | |
typedef DenseMap< MCSymbol *, PadRange > | RangeMapType |
![]() | |
unsigned | ComputeActionsTable (const SmallVectorImpl< const LandingPadInfo * > &LPs, SmallVectorImpl< ActionEntry > &Actions, SmallVectorImpl< unsigned > &FirstActions) |
bool | CallToNoUnwindFunction (const MachineInstr *MI) |
void | ComputeCallSiteTable (SmallVectorImpl< CallSiteEntry > &CallSites, const RangeMapType &PadMap, const SmallVectorImpl< const LandingPadInfo * > &LPs, const SmallVectorImpl< unsigned > &FirstActions) |
void | EmitExceptionTable () |
![]() | |
static unsigned | SharedTypeIds (const LandingPadInfo *L, const LandingPadInfo *R) |
SharedTypeIds - How many leading type ids two landing pads have in common. More... | |
static bool | PadLT (const LandingPadInfo *L, const LandingPadInfo *R) |
PadLT - Order landing pads lexicographically by type id. More... | |
![]() | |
AsmPrinter * | Asm |
Asm - Target of Dwarf emission. More... | |
MachineModuleInfo * | MMI |
MMI - Collected machine module information. More... | |
Definition at line 179 of file DwarfException.h.
ARMException::ARMException | ( | AsmPrinter * | A | ) |
Definition at line 45 of file ARMException.cpp.
|
virtual |
Definition at line 48 of file ARMException.cpp.
|
virtual |
BeginFunction - 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::DwarfException.
Definition at line 60 of file ARMException.cpp.
References llvm::DwarfException::Asm, llvm::ARMTargetStreamer::emitFnStart(), llvm::MCStreamer::EmitLabel(), llvm::MachineFunction::getFunction(), llvm::AsmPrinter::getFunctionNumber(), llvm::AsmPrinter::GetTempSymbol(), llvm::AsmPrinter::MF, llvm::Function::needsUnwindTableEntry(), and llvm::AsmPrinter::OutStreamer.
|
virtual |
EndFunction - Gather and emit post-function exception information.
EndFunction - Gather and emit post-function exception information.
Reimplemented from llvm::DwarfException.
Definition at line 69 of file ARMException.cpp.
References llvm::DwarfException::Asm, llvm::ARMTargetStreamer::emitCantUnwind(), llvm::DwarfException::EmitExceptionTable(), llvm::ARMTargetStreamer::emitFnEnd(), llvm::ARMTargetStreamer::emitHandlerData(), llvm::MCStreamer::EmitLabel(), llvm::ARMTargetStreamer::emitPersonality(), llvm::MCStreamer::EmitSymbolAttribute(), EnableARMEHABIDescriptors, llvm::MachineFunction::getFunction(), llvm::AsmPrinter::getFunctionNumber(), llvm::MachineModuleInfo::getLandingPads(), llvm::MachineModuleInfo::getPersonalities(), llvm::MachineModuleInfo::getPersonalityIndex(), llvm::AsmPrinter::getSymbol(), llvm::AsmPrinter::GetTempSymbol(), llvm::MCSA_Global, llvm::AsmPrinter::MF, llvm::DwarfException::MMI, llvm::Function::needsUnwindTableEntry(), llvm::AsmPrinter::OutStreamer, and llvm::MachineModuleInfo::TidyLandingPads().
|
virtual |
EndModule - Emit all exception information that should come after the content.
Reimplemented from llvm::DwarfException.
Definition at line 55 of file ARMException.cpp.