Home | History | Annotate | Download | only in AsmPrinter

Lines Matching defs:DwarfException

1 //===-- CodeGen/AsmPrinter/DwarfException.cpp - Dwarf Exception Impl ------===//
14 #include "DwarfException.h"
40 DwarfException::DwarfException(AsmPrinter *A)
43 DwarfException::~DwarfException() {}
46 unsigned DwarfException::SharedTypeIds(const LandingPadInfo *L,
61 bool DwarfException::PadLT(const LandingPadInfo *L, const LandingPadInfo *R) {
75 unsigned DwarfException::
186 bool DwarfException::CallToNoUnwindFunction(const MachineInstr *MI) {
225 void DwarfException::
347 void DwarfException::EmitExceptionTable() {
721 void DwarfException::EndModule() {
727 void DwarfException::BeginFunction(const MachineFunction *MF) {
733 void DwarfException::EndFunction() {