Searched refs:ARMException (Results 1 – 4 of 4) sorted by relevance
30 ARMException::ARMException(AsmPrinter *A) : DwarfCFIExceptionBase(A) {} in ARMException() function in ARMException32 ARMException::~ARMException() {} in ~ARMException()34 ARMTargetStreamer &ARMException::getTargetStreamer() { in getTargetStreamer()39 void ARMException::beginFunction(const MachineFunction *MF) { in beginFunction()61 void ARMException::endFunction(const MachineFunction *MF) { in endFunction()94 void ARMException::emitTypeInfos(unsigned TTypeEncoding, in emitTypeInfos()
72 class LLVM_LIBRARY_VISIBILITY ARMException : public DwarfCFIExceptionBase {80 ARMException(AsmPrinter *A);81 ~ARMException() override;
347 ES = new ARMException(this); in doInitialization()
142 SRCS_MIN+= CodeGen/AsmPrinter/ARMException.cpp