Home
last modified time | relevance | path

Searched refs:DwarfCFIExceptionBase (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfException.h25 class LLVM_LIBRARY_VISIBILITY DwarfCFIExceptionBase : public EHStreamer {
27 DwarfCFIExceptionBase(AsmPrinter *A);
38 class LLVM_LIBRARY_VISIBILITY DwarfCFIException : public DwarfCFIExceptionBase {
72 class LLVM_LIBRARY_VISIBILITY ARMException : public DwarfCFIExceptionBase {
H A DDwarfCFIException.cpp36 DwarfCFIExceptionBase::DwarfCFIExceptionBase(AsmPrinter *A) in DwarfCFIExceptionBase() function in DwarfCFIExceptionBase
39 void DwarfCFIExceptionBase::markFunctionEnd() { in markFunctionEnd()
49 void DwarfCFIExceptionBase::endFragment() { in endFragment()
55 : DwarfCFIExceptionBase(A), shouldEmitPersonality(false), in DwarfCFIException()
H A DARMException.cpp30 ARMException::ARMException(AsmPrinter *A) : DwarfCFIExceptionBase(A) {} in ARMException()