Home
last modified time | relevance | path

Searched refs:JITExceptionHandling (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetOptions.h117 extern bool JITExceptionHandling;
/external/swiftshader/third_party/LLVM/lib/Target/
DTargetMachine.cpp40 bool JITExceptionHandling; variable
124 cl::location(JITExceptionHandling),
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
DJITEmitter.cpp375 if (JITExceptionHandling || JITEmitDebugInfo) { in JITEmitter()
971 if (JITExceptionHandling || JITEmitDebugInfo) { in finishFunction()
991 if (JITExceptionHandling) { in finishFunction()
1040 if(JITExceptionHandling) { in deallocateMemForFunction()
/external/swiftshader/third_party/LLVM/examples/ExceptionDemo/
DExceptionDemo.cpp2008 llvm::JITExceptionHandling = true; in main()