Home
last modified time | relevance | path

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

/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMMCAsmInfo.cpp58 ExceptionsType = ExceptionHandling::SjLj; in ARMMCAsmInfoDarwin()
/external/llvm/include/llvm/MC/
DMCAsmInfo.h32 enum ExceptionsType { None, DwarfCFI, SjLj, ARM, Win64 }; enumerator
/external/llvm/lib/CodeGen/
DLLVMTargetMachine.cpp332 case ExceptionHandling::SjLj: in addCommonCodeGenPasses()
DDwarfEHPrepare.cpp365 bool usingSjLjEH = MAI->getExceptionHandlingType() == ExceptionHandling::SjLj; in NormalizeLandingPads()
DMachineVerifier.cpp404 AsmInfo->getExceptionHandlingType() == ExceptionHandling::SjLj && in visitMachineBasicBlockBefore()
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfException.cpp389 bool IsSJLJ = Asm->MAI->getExceptionHandlingType() == ExceptionHandling::SjLj; in EmitExceptionTable()
DAsmPrinter.cpp199 case ExceptionHandling::SjLj: in doInitialization()
/external/llvm/
DCREDITS.TXT140 D: SjLj exception handling support
/external/clang/include/clang/Driver/
DCC1Options.td462 HelpText<"Use SjLj style exceptions">;