Searched refs:SjLj (Results 1 - 6 of 6) sorted by relevance

/external/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMCAsmInfo.cpp37 ExceptionsType = ExceptionHandling::SjLj;
/external/llvm/include/llvm/MC/
H A DMCAsmInfo.h47 SjLj, /// setjmp/longjmp based exceptions member in class:llvm::ExceptionHandling
/external/llvm/lib/CodeGen/
H A DPasses.cpp408 case ExceptionHandling::SjLj:
409 // SjLj piggy-backs on dwarf for this bit. The cleanups done apply to both
410 // Dwarf EH prepare needs to be run after SjLj prepare. Otherwise,
H A DMachineVerifier.cpp550 AsmInfo->getExceptionHandlingType() == ExceptionHandling::SjLj &&
/external/llvm/lib/CodeGen/AsmPrinter/
H A DEHStreamer.cpp236 // For Dwarf exception handling (SjLj handling doesn't use this). If some
275 // SjLj EH must maintain the call sites in the order assigned
362 bool IsSJLJ = Asm->MAI->getExceptionHandlingType() == ExceptionHandling::SjLj;
388 // For SjLj exceptions, if there is no TypeInfo, then we just explicitly say
488 // SjLj Exception handling
H A DAsmPrinter.cpp239 case ExceptionHandling::SjLj:

Completed in 735 milliseconds