Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/lib/Target/ARM/MCTargetDesc/
DARMMCAsmInfo.cpp37 ExceptionsType = ExceptionHandling::SjLj; in ARMMCAsmInfoDarwin()
/freebsd-10-stable/contrib/llvm/include/llvm/MC/
DMCAsmInfo.h33 enum ExceptionsType { None, DwarfCFI, SjLj, ARM, Win64 }; enumerator
/freebsd-10-stable/contrib/gcc/
Dlibgcc-std.ver171 # SjLj EH symbols
/freebsd-10-stable/contrib/llvm/lib/CodeGen/
DPasses.cpp392 case ExceptionHandling::SjLj: in addPassesToHandleExceptions()
DMachineVerifier.cpp550 AsmInfo->getExceptionHandlingType() == ExceptionHandling::SjLj && in visitMachineBasicBlockBefore()
/freebsd-10-stable/contrib/llvm/lib/CodeGen/AsmPrinter/
DDwarfException.cpp389 bool IsSJLJ = Asm->MAI->getExceptionHandlingType() == ExceptionHandling::SjLj; in EmitExceptionTable()
DAsmPrinter.cpp202 case ExceptionHandling::SjLj: in doInitialization()
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Driver/
DCC1Options.td399 HelpText<"Use SjLj style exceptions">;
/freebsd-10-stable/contrib/llvm/lib/Target/PowerPC/
DPPCInstrInfo.td553 // A single-register address. This is used with the SjLj
571 // The address in a single register. This is used with the SjLj
989 // The unconditional BCL used by the SjLj setjmp code.