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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DARMException.cpp1 //===-- CodeGen/AsmPrinter/ARMException.cpp - ARM EHABI Exception Impl ----===//
29 ARMException::ARMException(AsmPrinter *A) : DwarfCFIExceptionBase(A) {} function in class:ARMException
31 ARMException::~ARMException() {}
33 ARMTargetStreamer &ARMException::getTargetStreamer() {
38 void ARMException::beginFunction(const MachineFunction *MF) {
60 void ARMException::endFunction(const MachineFunction *MF) {
93 void ARMException::emitTypeInfos(unsigned TTypeEncoding,
H A DDwarfException.h74 class LLVM_LIBRARY_VISIBILITY ARMException : public DwarfCFIExceptionBase { class in namespace:llvm
82 ARMException(AsmPrinter *A);
83 ~ARMException() override;
H A DAsmPrinter.cpp355 ES = new ARMException(this);
/freebsd-13-stable/lib/clang/libllvm/
H A DMakefile163 SRCS_MIN+= CodeGen/AsmPrinter/ARMException.cpp

Completed in 174 milliseconds