HomeSort by relevance Sort by last modified time
    Searched refs:JITEmitDebugInfo (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/Target/
TargetOptions.h 119 /// JITEmitDebugInfo - This flag indicates that the JIT should try to emit
121 extern bool JITEmitDebugInfo;
124 /// the object files generated by the JITEmitDebugInfo flag to disk. This
  /external/llvm/lib/Target/
TargetMachine.cpp 41 bool JITEmitDebugInfo;
135 cl::location(JITEmitDebugInfo),
  /external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp 375 if (JITExceptionHandling || JITEmitDebugInfo) {
378 if (JITEmitDebugInfo) {
    [all...]

Completed in 1236 milliseconds