Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAIXException.cpp25 AIXException::AIXException(AsmPrinter *A) : EHStreamer(A) {} in AIXException() function in llvm::AIXException
27 void AIXException::emitExceptionInfoTable(const MCSymbol *LSDA, in emitExceptionInfoTable()
75 void AIXException::endFunction(const MachineFunction *MF) { in endFunction()
H A DDwarfException.h96 class LLVM_LIBRARY_VISIBILITY AIXException : public EHStreamer {
102 AIXException(AsmPrinter *A);
H A DAsmPrinter.cpp606 ES = new AIXException(this); in doInitialization()
/freebsd/lib/clang/libllvm/
H A DMakefile189 SRCS_MIN+= CodeGen/AsmPrinter/AIXException.cpp