Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DARMException.cpp29 ARMException::ARMException(AsmPrinter *A) : DwarfCFIExceptionBase(A) {} in ARMException() function in ARMException
31 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()
H A DDwarfException.h71 class LLVM_LIBRARY_VISIBILITY ARMException : public DwarfCFIExceptionBase {
79 ARMException(AsmPrinter *A);
80 ~ARMException() override;
H A DCMakeLists.txt5 ARMException.cpp
H A DAsmPrinter.cpp386 ES = new ARMException(this); in doInitialization()
/netbsd-src/external/apache2/llvm/lib/libLLVMAsmPrinter/
H A DMakefile12 ARMException.cpp \
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/CodeGen/AsmPrinter/
H A DBUILD.gn19 "ARMException.cpp",