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

  /external/clang/include/clang/Frontend/
CodeGenOptions.h 62 NoDebugInfo, /// Don't generate debug info.
  /external/clang/lib/Frontend/Rewrite/
FrontendActions.cpp 160 CodeGenOptions::NoDebugInfo));
  /frameworks/compile/slang/
slang.cpp 444 CodeGenOpts.setDebugInfo(clang::CodeGenOptions::NoDebugInfo);
  /external/clang/lib/CodeGen/
BackendUtil.cpp 423 if (CodeGenOpts.getDebugInfo() == CodeGenOptions::NoDebugInfo)
CGOpenMPRuntime.cpp 408 if (CGM.getCodeGenOpts().getDebugInfo() == CodeGenOptions::NoDebugInfo ||
    [all...]
CodeGenModule.cpp 140 if (CodeGenOpts.getDebugInfo() != CodeGenOptions::NoDebugInfo ||
    [all...]
  /external/clang/lib/Driver/
Tools.cpp     [all...]
  /external/clang/lib/Frontend/
CompilerInvocation.cpp 701 if (NeedLocTracking && Opts.getDebugInfo() == CodeGenOptions::NoDebugInfo)
    [all...]

Completed in 1482 milliseconds