Home
last modified time | relevance | path

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

/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMMCAsmInfo.cpp37 ? ExceptionHandling::SjLj in ARMMCAsmInfoDarwin()
/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/include/llvm/MC/
DMCAsmInfo.h47 SjLj, /// setjmp/longjmp based exceptions enumerator
/external/llvm/lib/Target/ARM/
DARMSubtarget.cpp165 ExceptionHandling::SjLj) == UseSjLjEH) && in initializeEnvironment()
/external/llvm/lib/CodeGen/
DPasses.cpp437 case ExceptionHandling::SjLj: in addPassesToHandleExceptions()
DMachineVerifier.cpp562 AsmInfo->getExceptionHandlingType() == ExceptionHandling::SjLj && in visitMachineBasicBlockBefore()
/external/llvm/
DCREDITS.TXT175 D: SjLj exception handling support
/external/clang/include/clang/Driver/
DCC1Options.td505 HelpText<"Use SjLj style exceptions">;
/external/llvm/lib/Target/PowerPC/
DPPCInstrInfo.td692 // A single-register address. This is used with the SjLj
724 // The address in a single register. This is used with the SjLj
1211 // The unconditional BCL used by the SjLj setjmp code.