Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAIXException.cpp24 AIXException::AIXException(AsmPrinter *A) : DwarfCFIExceptionBase(A) {} in AIXException() function in llvm::AIXException
26 void AIXException::emitExceptionInfoTable(const MCSymbol *LSDA, in emitExceptionInfoTable()
63 void AIXException::endFunction(const MachineFunction *MF) { in endFunction()
H A DDwarfException.h93 class LLVM_LIBRARY_VISIBILITY AIXException : public DwarfCFIExceptionBase {
99 AIXException(AsmPrinter *A);
H A DAsmPrinter.cpp417 ES = new AIXException(this); in doInitialization()
/freebsd-13.1/lib/clang/libllvm/
H A DMakefile174 SRCS_MIN+= CodeGen/AsmPrinter/AIXException.cpp