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

/freebsd-10.1-release/contrib/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMCAsmInfo.cpp37 ExceptionsType = ExceptionHandling::SjLj;
/freebsd-10.1-release/contrib/llvm/include/llvm/MC/
H A DMCAsmInfo.h33 enum ExceptionsType { None, DwarfCFI, SjLj, ARM, Win64 }; enumerator in enum:llvm::ExceptionHandling::ExceptionsType
/freebsd-10.1-release/contrib/llvm/lib/CodeGen/
H A DPasses.cpp392 case ExceptionHandling::SjLj:
393 // SjLj piggy-backs on dwarf for this bit. The cleanups done apply to both
394 // Dwarf EH prepare needs to be run after SjLj prepare. Otherwise,
H A DMachineVerifier.cpp550 AsmInfo->getExceptionHandlingType() == ExceptionHandling::SjLj &&
/freebsd-10.1-release/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfException.cpp267 // For Dwarf exception handling (SjLj handling doesn't use this). If some
306 // SjLj EH must maintain the call sites in the order assigned
389 bool IsSJLJ = Asm->MAI->getExceptionHandlingType() == ExceptionHandling::SjLj;
415 // For SjLj exceptions, if there is no TypeInfo, then we just explicitly say
516 // SjLj Exception handling
H A DAsmPrinter.cpp202 case ExceptionHandling::SjLj:

Completed in 110 milliseconds