Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAIXException.cpp24 AIXException::AIXException(AsmPrinter *A) : EHStreamer(A) {} in AIXException() function in llvm::AIXException
26 void AIXException::emitExceptionInfoTable(const MCSymbol *LSDA, in emitExceptionInfoTable()
74 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.cpp622 ES = new AIXException(this); in doInitialization()
/freebsd-14.2/lib/clang/libllvm/
H A DMakefile192 SRCS_MIN+= CodeGen/AsmPrinter/AIXException.cpp