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

/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAIXException.cpp1 //===-- CodeGen/AsmPrinter/AIXException.cpp - AIX Exception Impl ----------===//
24 AIXException::AIXException(AsmPrinter *A) : EHStreamer(A) {} function in class:llvm::AIXException
26 void AIXException::emitExceptionInfoTable(const MCSymbol *LSDA,
74 void AIXException::endFunction(const MachineFunction *MF) {
75 // There is no easy way to access register information in `AIXException`
H A DDwarfException.h96 class LLVM_LIBRARY_VISIBILITY AIXException : public EHStreamer { class in namespace:llvm
102 AIXException(AsmPrinter *A);
H A DAsmPrinter.cpp622 ES = new AIXException(this);
/freebsd-current/lib/clang/libllvm/
H A DMakefile192 SRCS_MIN+= CodeGen/AsmPrinter/AIXException.cpp

Completed in 259 milliseconds