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/AsmPrinter/
DEHStreamer.cpp231 bool IsSJLJ = Asm->MAI->getExceptionHandlingType() == ExceptionHandling::SjLj; in computeCallSiteTable()
370 bool IsSJLJ = Asm->MAI->getExceptionHandlingType() == ExceptionHandling::SjLj; in emitExceptionTable()
DAsmPrinter.cpp261 case ExceptionHandling::SjLj: in doInitialization()
/external/llvm/lib/CodeGen/
DPasses.cpp408 case ExceptionHandling::SjLj: in addPassesToHandleExceptions()
DMachineVerifier.cpp542 AsmInfo->getExceptionHandlingType() == ExceptionHandling::SjLj && in visitMachineBasicBlockBefore()
/external/llvm/
DCREDITS.TXT174 D: SjLj exception handling support
/external/clang/include/clang/Driver/
DCC1Options.td454 HelpText<"Use SjLj style exceptions">;
/external/llvm/lib/Target/PowerPC/
DPPCInstrInfo.td674 // A single-register address. This is used with the SjLj
706 // The address in a single register. This is used with the SjLj
1191 // The unconditional BCL used by the SjLj setjmp code.