|
LLVM
4.0.0
|
#include <WinException.h>
Public Member Functions | |
| WinException (AsmPrinter *A) | |
| ~WinException () override | |
| void | endModule () override |
| Emit all exception information that should come after the content. More... | |
| void | beginFunction (const MachineFunction *MF) override |
| Gather pre-function exception information. More... | |
| void | endFunction (const MachineFunction *) override |
| Gather and emit post-function exception information. More... | |
| void | beginFunclet (const MachineBasicBlock &MBB, MCSymbol *Sym) override |
| Emit target-specific EH funclet machinery. More... | |
| void | endFunclet () override |
Public Member Functions inherited from llvm::EHStreamer | |
| EHStreamer (AsmPrinter *A) | |
| ~EHStreamer () override | |
| void | setSymbolSize (const MCSymbol *Sym, uint64_t Size) override |
| For symbols that have a size designated (e.g. More... | |
| void | beginInstruction (const MachineInstr *MI) override |
| Process beginning of an instruction. More... | |
| void | endInstruction () override |
| Process end of an instruction. More... | |
Public Member Functions inherited from llvm::AsmPrinterHandler | |
| virtual | ~AsmPrinterHandler () |
| Pin vtable to this file. More... | |
| virtual void | markFunctionEnd () |
| virtual void | beginFragment (const MachineBasicBlock *MBB, ExceptionSymbolProvider ESP) |
| virtual void | endFragment () |
Additional Inherited Members | |
Static Public Member Functions inherited from llvm::EHStreamer | |
| static bool | callToNoUnwindFunction (const MachineInstr *MI) |
| Return `true' if this is a call to a function marked `nounwind'. More... | |
Protected Types inherited from llvm::EHStreamer | |
| typedef DenseMap< MCSymbol *, PadRange > | RangeMapType |
Protected Member Functions inherited from llvm::EHStreamer | |
| unsigned | computeActionsTable (const SmallVectorImpl< const LandingPadInfo * > &LPs, SmallVectorImpl< ActionEntry > &Actions, SmallVectorImpl< unsigned > &FirstActions) |
| Compute the actions table and gather the first action index for each landing pad site. More... | |
| void | computePadMap (const SmallVectorImpl< const LandingPadInfo * > &LandingPads, RangeMapType &PadMap) |
| void | computeCallSiteTable (SmallVectorImpl< CallSiteEntry > &CallSites, const SmallVectorImpl< const LandingPadInfo * > &LPs, const SmallVectorImpl< unsigned > &FirstActions) |
| Compute the call-site table. More... | |
| void | emitExceptionTable () |
| Emit landing pads and actions. More... | |
| virtual void | emitTypeInfos (unsigned TTypeEncoding) |
Static Protected Member Functions inherited from llvm::EHStreamer | |
| static unsigned | sharedTypeIDs (const LandingPadInfo *L, const LandingPadInfo *R) |
| How many leading type ids two landing pads have in common. More... | |
| static bool | isFilterEHSelector (int Selector) |
| static bool | isCleanupEHSelector (int Selector) |
| static bool | isCatchEHSelector (int Selector) |
Protected Attributes inherited from llvm::EHStreamer | |
| AsmPrinter * | Asm |
| Target of directive emission. More... | |
| MachineModuleInfo * | MMI |
| Collected machine module information. More... | |
Definition at line 28 of file WinException.h.
| WinException::WinException | ( | AsmPrinter * | A | ) |
Definition at line 44 of file WinException.cpp.
References llvm::AsmPrinter::getDataLayout(), and llvm::DataLayout::getPointerSizeInBits().
|
override |
Definition at line 50 of file WinException.cpp.
|
overridevirtual |
Emit target-specific EH funclet machinery.
Reimplemented from llvm::AsmPrinterHandler.
Definition at line 185 of file WinException.cpp.
References llvm::EHStreamer::Asm, llvm::AsmPrinter::EmitAlignment(), F, llvm::MachineBasicBlock::getAlignment(), llvm::MachineFunction::getAlignment(), llvm::TargetLoweringObjectFile::getCFIPersonalitySymbol(), llvm::MachineFunction::getFunction(), getMCSymbolForMBB(), llvm::AsmPrinter::getObjFileLowering(), llvm::Function::getPersonalityFn(), llvm::Function::hasPersonalityFn(), llvm::COFF::IMAGE_SYM_CLASS_STATIC, llvm::COFF::IMAGE_SYM_DTYPE_FUNCTION, llvm::MachineBasicBlock::isCleanupFuncletEntry(), MBB, llvm::AsmPrinter::MF, llvm::EHStreamer::MMI, llvm::AsmPrinter::OutStreamer, llvm::COFF::SCT_COMPLEX_TYPE_SHIFT, llvm::Constant::stripPointerCasts(), and llvm::AsmPrinter::TM.
Referenced by beginFunction().
|
overridevirtual |
Gather pre-function exception information.
Assumes being emitted immediately after the function entry point.
Implements llvm::AsmPrinterHandler.
Definition at line 62 of file WinException.cpp.
References llvm::EHStreamer::Asm, beginFunclet(), llvm::classifyEHPersonality(), llvm::AsmPrinter::CurrentFnSym, llvm::dwarf::DW_EH_PE_omit, llvm::dyn_cast(), F, llvm::MachineFunction::front(), llvm::MachineFunction::getFunction(), llvm::MachineFunction::getLandingPads(), llvm::MCObjectFileInfo::getLSDAEncoding(), llvm::Value::getName(), llvm::AsmPrinter::getObjFileLowering(), llvm::MCObjectFileInfo::getPersonalityEncoding(), llvm::Function::getPersonalityFn(), llvm::GlobalValue::getRealLinkageName(), llvm::MachineFunction::getWinEHFuncInfo(), llvm::MachineFunction::hasEHFunclets(), llvm::Function::hasPersonalityFn(), llvm::MachineFunction::hasWinCFI(), llvm::isNoOpWithoutInvoke(), llvm::AsmPrinter::MAI, llvm::MSVC_X86SEH, llvm::AsmPrinter::needsSEHMoves(), llvm::Function::needsUnwindTableEntry(), llvm::Constant::stripPointerCasts(), llvm::Unknown, and llvm::MCAsmInfo::usesWindowsCFI().
|
overridevirtual |
Reimplemented from llvm::AsmPrinterHandler.
Definition at line 236 of file WinException.cpp.
References llvm::EHStreamer::Asm, llvm::classifyEHPersonality(), F, llvm::MachineFunction::getFunction(), llvm::Value::getName(), llvm::MCContext::getOrCreateSymbol(), llvm::Function::getPersonalityFn(), llvm::GlobalValue::getRealLinkageName(), llvm::MachineFunction::hasEHFunclets(), llvm::Function::hasPersonalityFn(), llvm::MachineBasicBlock::isCleanupFuncletEntry(), llvm::MachineBasicBlock::isEHFuncletEntry(), llvm::AsmPrinter::MF, llvm::MSVC_CXX, llvm::MSVC_Win64SEH, llvm::AsmPrinter::OutContext, llvm::AsmPrinter::OutStreamer, llvm::Constant::stripPointerCasts(), and llvm::Unknown.
Referenced by endFunction().
|
overridevirtual |
Gather and emit post-function exception information.
endFunction - Gather and emit post-function exception information.
Implements llvm::AsmPrinterHandler.
Definition at line 117 of file WinException.cpp.
References llvm::EHStreamer::Asm, llvm::classifyEHPersonality(), llvm::CoreCLR, llvm::EHStreamer::emitExceptionTable(), endFunclet(), F, llvm::MachineFunction::getFunction(), llvm::Function::getPersonalityFn(), llvm::MachineFunction::hasEHFunclets(), llvm::Function::hasPersonalityFn(), llvm::isFuncletEHPersonality(), llvm::MSVC_CXX, llvm::MSVC_Win64SEH, llvm::MSVC_X86SEH, llvm::AsmPrinter::OutStreamer, llvm::Constant::stripPointerCasts(), llvm::MachineFunction::tidyLandingPads(), and llvm::Unknown.
|
overridevirtual |
Emit all exception information that should come after the content.
endModule - Emit all exception information that should come after the content.
Implements llvm::AsmPrinterHandler.
Definition at line 54 of file WinException.cpp.
References llvm::EHStreamer::Asm, F, llvm::MachineModuleInfo::getModule(), llvm::AsmPrinter::getSymbol(), llvm::EHStreamer::MMI, and llvm::AsmPrinter::OutStreamer.
1.8.6