Home
last modified time | relevance | path

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

/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMMCAsmInfo.cpp37 ExceptionsType = ExceptionHandling::SjLj; in ARMMCAsmInfoDarwin()
/external/llvm/include/llvm/MC/
DMCAsmInfo.h47 SjLj, /// setjmp/longjmp based exceptions enumerator
/external/llvm/lib/CodeGen/
DPasses.cpp408 case ExceptionHandling::SjLj: in addPassesToHandleExceptions()
DMachineVerifier.cpp550 AsmInfo->getExceptionHandlingType() == ExceptionHandling::SjLj && in visitMachineBasicBlockBefore()
/external/llvm/lib/CodeGen/AsmPrinter/
DEHStreamer.cpp362 bool IsSJLJ = Asm->MAI->getExceptionHandlingType() == ExceptionHandling::SjLj; in emitExceptionTable()
DAsmPrinter.cpp239 case ExceptionHandling::SjLj: in doInitialization()
/external/llvm/
DCREDITS.TXT170 D: SjLj exception handling support
/external/clang/include/clang/Driver/
DCC1Options.td427 HelpText<"Use SjLj style exceptions">;
/external/llvm/lib/Target/PowerPC/
DPPCInstrInfo.td575 // A single-register address. This is used with the SjLj
601 // The address in a single register. This is used with the SjLj
1054 // The unconditional BCL used by the SjLj setjmp code.