Searched refs:DwarfException (Results 1 – 7 of 7) sorted by relevance
38 class DwarfException {130 DwarfException(AsmPrinter *A);131 virtual ~DwarfException();145 class DwarfCFIException : public DwarfException {179 class ARMException : public DwarfException {202 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()679 void DwarfException::EmitTypeInfos(unsigned TTypeEncoding) { in EmitTypeInfos()722 void DwarfException::EndModule() { in EndModule()[all …]
41 : DwarfException(A), in Win64Exception()
46 : DwarfException(A) {} in ARMException()
43 : DwarfException(A), in DwarfCFIException()
18 DwarfException.cpp \
50 class DwarfException; variable118 DwarfException *DE;