Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DAIXException.cpp23 AIXException::AIXException(AsmPrinter *A) : DwarfCFIExceptionBase(A) {} in AIXException() function in llvm::AIXException
25 void AIXException::emitExceptionInfoTable(const MCSymbol *LSDA, in emitExceptionInfoTable()
62 void AIXException::endFunction(const MachineFunction *MF) { in endFunction()
DDwarfException.h96 class LLVM_LIBRARY_VISIBILITY AIXException : public DwarfCFIExceptionBase {
102 AIXException(AsmPrinter *A);
DCMakeLists.txt4 AIXException.cpp
DAsmPrinter.cpp384 ES = new AIXException(this); in doInitialization()
/external/llvm-project/llvm/utils/gn/secondary/llvm/lib/CodeGen/AsmPrinter/
DBUILD.gn18 "AIXException.cpp",