Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMCAsmInfo.cpp37 ExceptionsType = ExceptionHandling::SjLj; in ARMMCAsmInfoDarwin()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/MC/
H A DMCAsmInfo.h47 SjLj, /// setjmp/longjmp based exceptions enumerator
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DEHStreamer.cpp224 bool IsSJLJ = Asm->MAI->getExceptionHandlingType() == ExceptionHandling::SjLj; in computeCallSiteTable()
363 bool IsSJLJ = Asm->MAI->getExceptionHandlingType() == ExceptionHandling::SjLj; in emitExceptionTable()
H A DAsmPrinter.cpp250 case ExceptionHandling::SjLj: in doInitialization()
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DPasses.cpp440 case ExceptionHandling::SjLj: in addPassesToHandleExceptions()
H A DMachineVerifier.cpp563 AsmInfo->getExceptionHandlingType() == ExceptionHandling::SjLj && in visitMachineBasicBlockBefore()
/minix3/external/bsd/llvm/dist/llvm/
H A DCREDITS.TXT174 D: SjLj exception handling support
/minix3/external/bsd/llvm/dist/clang/include/clang/Driver/
H A DCC1Options.td444 HelpText<"Use SjLj style exceptions">;
/minix3/external/bsd/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.td633 // A single-register address. This is used with the SjLj
665 // The address in a single register. This is used with the SjLj
1127 // The unconditional BCL used by the SjLj setjmp code.