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

/freebsd-11.0-release/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DARMException.cpp1 //===-- CodeGen/AsmPrinter/ARMException.cpp - ARM EHABI Exception Impl ----===//
39 ARMException::ARMException(AsmPrinter *A) : DwarfCFIExceptionBase(A) {} function in class:ARMException
41 ARMException::~ARMException() {}
43 ARMTargetStreamer &ARMException::getTargetStreamer() {
50 void ARMException::endModule() {
55 void ARMException::beginFunction(const MachineFunction *MF) {
70 void ARMException::endFunction(const MachineFunction *MF) {
103 void ARMException
[all...]
H A DDwarfException.h64 class LLVM_LIBRARY_VISIBILITY ARMException : public DwarfCFIExceptionBase { class in namespace:llvm
72 ARMException(AsmPrinter *A);
73 ~ARMException() override;
H A DAsmPrinter.cpp270 ES = new ARMException(this);
/freebsd-11.0-release/lib/clang/libllvmasmprinter/
H A DMakefile8 SRCS= ARMException.cpp \

Completed in 66 milliseconds