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

  /external/llvm/unittests/ExecutionEngine/JIT/
IntelJITEventListenerTest.cpp 92 TEST_F(IntelJITEventListenerTest, NoDebugInfo) {
OProfileJITEventListenerTest.cpp 148 TEST_F(OProfileJITEventListenerTest, NoDebugInfo) {
  /external/clang/include/clang/Frontend/
CodeGenOptions.h 54 NoDebugInfo, /// Don't generate debug info.
  /external/clang/lib/CodeGen/
CGOpenMPRuntime.cpp 73 if (CGM.getCodeGenOpts().getDebugInfo() == CodeGenOptions::NoDebugInfo ||
BackendUtil.cpp 342 if (CodeGenOpts.getDebugInfo() == CodeGenOptions::NoDebugInfo)
CodeGenModule.cpp 129 if (CodeGenOpts.getDebugInfo() != CodeGenOptions::NoDebugInfo ||
    [all...]
  /external/clang/lib/Rewrite/Frontend/
FrontendActions.cpp 161 CodeGenOptions::NoDebugInfo));
  /frameworks/compile/slang/
slang.cpp 464 CodeGenOpts.setDebugInfo(clang::CodeGenOptions::NoDebugInfo);
  /external/clang/lib/Frontend/
CompilerInvocation.cpp 378 else if (Opts.getDebugInfo() != CodeGenOptions::NoDebugInfo)
575 if (NeedLocTracking && Opts.getDebugInfo() == CodeGenOptions::NoDebugInfo)
    [all...]

Completed in 324 milliseconds