Searched refs:DwarfException (Results 1 – 6 of 6) sorted by relevance
38 class DwarfException {128 DwarfException(AsmPrinter *A);129 virtual ~DwarfException();143 class DwarfCFIException : public DwarfException {177 class ARMException : public DwarfException {208 class Win64Exception : public DwarfException {
40 DwarfException::DwarfException(AsmPrinter *A) in DwarfException() function in DwarfException43 DwarfException::~DwarfException() {} in ~DwarfException()46 unsigned DwarfException::SharedTypeIds(const LandingPadInfo *L, in SharedTypeIds()61 bool DwarfException::PadLT(const LandingPadInfo *L, const LandingPadInfo *R) { in PadLT()75 unsigned DwarfException::186 bool DwarfException::CallToNoUnwindFunction(const MachineInstr *MI) { in CallToNoUnwindFunction()225 void DwarfException::347 void DwarfException::EmitExceptionTable() { in EmitExceptionTable()721 void DwarfException::EndModule() { in EndModule()727 void DwarfException::BeginFunction(const MachineFunction *MF) { in BeginFunction()[all …]
40 : DwarfException(A), in ARMException()
42 : DwarfException(A), in Win64Exception()
43 : DwarfException(A), in DwarfCFIException()
54 class DwarfException; variable118 DwarfException *DE;