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

  /external/swiftshader/third_party/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/swiftshader/third_party/LLVM/lib/Target/
TargetMachine.cpp 41 bool JITEmitDebugInfo;
135 cl::location(JITEmitDebugInfo),
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
JITEmitter.cpp 375 if (JITExceptionHandling || JITEmitDebugInfo) {
378 if (JITEmitDebugInfo) {
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_misc.cpp 504 options.JITEmitDebugInfo = true;
  /external/swiftshader/src/Reactor/
LLVMReactor.cpp 62 extern bool JITEmitDebugInfo;
187 llvm::JITEmitDebugInfo = false;
    [all...]

Completed in 367 milliseconds