OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:JITExceptionHandling
(Results
1 - 5
of
5
) sorted by null
/external/llvm/include/llvm/Target/
TargetOptions.h
40
UseSoftFloat(false), NoZerosInBSS(false),
JITExceptionHandling
(false),
126
///
JITExceptionHandling
- This flag indicates that the JIT should emit
128
unsigned
JITExceptionHandling
: 1;
/external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp
361
bool
JITExceptionHandling
;
367
JITExceptionHandling
(TM.Options.
JITExceptionHandling
) {
374
if (
JITExceptionHandling
) {
[
all
...]
/external/llvm/tools/lli/
lli.cpp
255
Options.
JITExceptionHandling
= EnableJITExceptionHandling;
/frameworks/compile/mclinker/tools/llvm-mcld/
llvm-mcld.cpp
828
Options.
JITExceptionHandling
= EnableJITExceptionHandling;
/external/llvm/examples/ExceptionDemo/
ExceptionDemo.cpp
[
all
...]
Completed in 559 milliseconds