Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DCFGuardLongjmp.cpp109 for (MachineInstr *Setjmp : SetjmpCalls) { in runOnMachineFunction()
114 Setjmp->setPostInstrSymbol(MF, SjSymbol); in runOnMachineFunction()
/external/llvm-project/llvm/lib/CodeGen/
DCFGuardLongjmp.cpp109 for (MachineInstr *Setjmp : SetjmpCalls) { in runOnMachineFunction()
114 Setjmp->setPostInstrSymbol(MF, SjSymbol); in runOnMachineFunction()
/external/swiftshader/third_party/subzero/src/
DIceIntrinsics.h53 Setjmp, enumerator
DIceTargetLoweringMIPS32.cpp820 case Intrinsics::Setjmp: { in genTargetHelperCallFor()
5145 case Intrinsics::Setjmp: { in lowerIntrinsic()
DIceTargetLoweringARM32.cpp824 case Intrinsics::Setjmp: { in genTargetHelperCallFor()
5295 case Intrinsics::Setjmp: { in lowerIntrinsic()
DIceTargetLoweringX86BaseImpl.h4437 case Intrinsics::Setjmp: {
7620 case Intrinsics::Setjmp:
/external/libpng/
DINSTALL21 XVI. Setjmp/longjmp issues
426 XVI. Setjmp/longjmp issues
/external/llvm/docs/
DExceptionHandling.rst43 Setjmp/Longjmp Exception Handling
46 Setjmp/Longjmp (SJLJ) based exception handling uses LLVM intrinsics
/external/llvm-project/llvm/docs/
DExceptionHandling.rst43 Setjmp/Longjmp Exception Handling
46 Setjmp/Longjmp (SJLJ) based exception handling uses LLVM intrinsics
/external/ImageMagick/config/
Dconfig.h.in897 /* Setjmp/longjmp are thread safe */
/external/ImageMagick/
Dconfigure.ac555 *) AC_DEFINE([SETJMP_IS_THREAD_SAFE],[1],[Setjmp/longjmp are thread safe]) ;;