Searched refs:ARMException (Results 1 – 4 of 4) sorted by relevance
29 ARMException::ARMException(AsmPrinter *A) : DwarfCFIExceptionBase(A) {} in ARMException() function in ARMException31 ARMException::~ARMException() {} in ~ARMException()33 ARMTargetStreamer &ARMException::getTargetStreamer() { in getTargetStreamer()38 void ARMException::beginFunction(const MachineFunction *MF) { in beginFunction()60 void ARMException::endFunction(const MachineFunction *MF) { in endFunction()93 void ARMException::emitTypeInfos(unsigned TTypeEncoding, in emitTypeInfos()
71 class LLVM_LIBRARY_VISIBILITY ARMException : public DwarfCFIExceptionBase {79 ARMException(AsmPrinter *A);80 ~ARMException() override;
400 ES = new ARMException(this); in doInitialization()
175 SRCS_MIN+= CodeGen/AsmPrinter/ARMException.cpp