Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DAIXException.cpp24 AIXException::AIXException(AsmPrinter *A) : DwarfCFIExceptionBase(A) {} in AIXException() function in llvm::AIXException
26 void AIXException::markFunctionEnd() { endFragment(); } in markFunctionEnd()
28 void AIXException::emitExceptionInfoTable(const MCSymbol *LSDA, in emitExceptionInfoTable()
76 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 DCMakeLists.txt4 AIXException.cpp
H A DAsmPrinter.cpp579 ES = new AIXException(this); in doInitialization()
/llvm-project-15.0.7/llvm/utils/gn/secondary/llvm/lib/CodeGen/AsmPrinter/
H A DBUILD.gn18 "AIXException.cpp",
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt5841 llvm/lib/CodeGen/AsmPrinter/AIXException.cpp