Searched refs:DwarfException (Results 1 – 8 of 8) sorted by relevance
38 class DwarfException {128 DwarfException(AsmPrinter *A);129 virtual ~DwarfException();143 class DwarfCFIException : public DwarfException {177 class ARMException : public DwarfException {197 class Win64Exception : public DwarfException {
41 DwarfException::DwarfException(AsmPrinter *A) in DwarfException() function in DwarfException44 DwarfException::~DwarfException() {} in ~DwarfException()47 unsigned DwarfException::SharedTypeIds(const LandingPadInfo *L, in SharedTypeIds()62 bool DwarfException::PadLT(const LandingPadInfo *L, const LandingPadInfo *R) { in PadLT()76 unsigned DwarfException::187 bool DwarfException::CallToNoUnwindFunction(const MachineInstr *MI) { in CallToNoUnwindFunction()226 void DwarfException::348 void DwarfException::EmitExceptionTable() { in EmitExceptionTable()717 void DwarfException::EndModule() { in EndModule()723 void DwarfException::BeginFunction(const MachineFunction *MF) { in BeginFunction()[all …]
20 DwarfException.cpp \48 DwarfException.cpp \
11 DwarfException.cpp
47 : DwarfException(A) {} in ARMException()
42 : DwarfException(A), in Win64Exception()
43 : DwarfException(A), in DwarfCFIException()
48 class DwarfException; variable115 DwarfException *DE;