Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCTargetOptions.h20 SjLj, ///< setjmp/longjmp based exceptions enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/
DARMMCAsmInfo.cpp38 ? ExceptionHandling::SjLj in ARMMCAsmInfoDarwin()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMSubtarget.cpp154 Options.ExceptionModel == ExceptionHandling::SjLj; in initializeEnvironment()
157 ExceptionHandling::SjLj) == UseSjLjEH) && in initializeEnvironment()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DEHStreamer.cpp240 bool IsSJLJ = Asm->MAI->getExceptionHandlingType() == ExceptionHandling::SjLj; in computeCallSiteTable()
378 bool IsSJLJ = Asm->MAI->getExceptionHandlingType() == ExceptionHandling::SjLj; in emitExceptionTable()
DAsmPrinter.cpp332 case ExceptionHandling::SjLj: in doInitialization()
357 case ExceptionHandling::SjLj: in doInitialization()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DCommandFlags.inc98 clEnumValN(ExceptionHandling::SjLj, "sjlj", "SjLj exception handling"),
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetPassConfig.cpp691 case ExceptionHandling::SjLj: in addPassesToHandleExceptions()
DMachineVerifier.cpp667 AsmInfo->getExceptionHandlingType() == ExceptionHandling::SjLj && in visitMachineBasicBlockBefore()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/
DCREDITS.TXT174 D: SjLj exception handling support
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCInstrInfo.td878 // A single-register address. This is used with the SjLj
925 // The address in a single register. This is used with the SjLj
1520 // The unconditional BCL used by the SjLj setjmp code.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp428 if (TM.Options.ExceptionModel == ExceptionHandling::SjLj) in X86TargetLowering()
478 TM.Options.ExceptionModel != ExceptionHandling::SjLj) { in X86TargetLowering()