Searched refs:DwarfException (Results 1 – 8 of 8) sorted by relevance
38 class DwarfException {130 DwarfException(AsmPrinter *A);131 virtual ~DwarfException();145 class DwarfCFIException : public DwarfException {179 class ARMException : public DwarfException {200 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 …]
20 DwarfException.cpp \45 DwarfException.cpp \
11 DwarfException.cpp
41 : DwarfException(A), in Win64Exception()
46 : DwarfException(A) {} in ARMException()
43 : DwarfException(A), in DwarfCFIException()
48 class DwarfException; variable115 DwarfException *DE;