Home
last modified time | relevance | path

Searched refs:SjLj (Results 1 – 8 of 8) sorted by relevance

/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMMCAsmInfo.cpp37 ExceptionsType = ExceptionHandling::SjLj; in ARMMCAsmInfoDarwin()
/external/llvm/include/llvm/MC/
DMCAsmInfo.h32 enum ExceptionsType { None, DwarfCFI, SjLj, ARM, Win64 }; enumerator
/external/llvm/lib/CodeGen/
DPasses.cpp376 case ExceptionHandling::SjLj: in addPassesToHandleExceptions()
DMachineVerifier.cpp536 AsmInfo->getExceptionHandlingType() == ExceptionHandling::SjLj && in visitMachineBasicBlockBefore()
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfException.cpp389 bool IsSJLJ = Asm->MAI->getExceptionHandlingType() == ExceptionHandling::SjLj; in EmitExceptionTable()
DAsmPrinter.cpp195 case ExceptionHandling::SjLj: in doInitialization()
/external/llvm/
DCREDITS.TXT164 D: SjLj exception handling support
/external/clang/include/clang/Driver/
DCC1Options.td386 HelpText<"Use SjLj style exceptions">;