Home
last modified time | relevance | path

Searched refs:ARMException (Results 1 – 4 of 4) sorted by relevance

/src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DARMException.cpp22 ARMException::ARMException(AsmPrinter *A) : EHStreamer(A) {} in ARMException() function in ARMException
24 ARMException::~ARMException() = default;
26 ARMTargetStreamer &ARMException::getTargetStreamer() { in getTargetStreamer()
31 void ARMException::beginFunction(const MachineFunction *MF) { in beginFunction()
51 void ARMException::markFunctionEnd() { in markFunctionEnd()
58 void ARMException::endFunction(const MachineFunction *MF) { in endFunction()
90 void ARMException::emitTypeInfos(unsigned TTypeEncoding, in emitTypeInfos()
H A DDwarfException.h66 class LLVM_LIBRARY_VISIBILITY ARMException : public EHStreamer {
80 ARMException(AsmPrinter *A);
81 ~ARMException() override;
H A DAsmPrinter.cpp589 ES = new ARMException(this); in doInitialization()
/src/lib/clang/libllvm/
H A DMakefile208 SRCS_MIN+= CodeGen/AsmPrinter/ARMException.cpp