HomeSort by: relevance | last modified time | path
    Searched refs:NoDebugInfo (Results 1 - 11 of 11) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
DebugInfoOptions.h 22 NoDebugInfo,
  /src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
FrontendActions.cpp 171 (CI.getCodeGenOpts().getDebugInfo() != codegenoptions::NoDebugInfo));
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenAction.cpp 963 if (CI.getCodeGenOpts().getDebugInfo() != codegenoptions::NoDebugInfo &&
CGVTables.cpp 1012 CodeGenOpts.getDebugInfo() != codegenoptions::NoDebugInfo) &&
BackendUtil.cpp 820 if (CodeGenOpts.getDebugInfo() == codegenoptions::NoDebugInfo)
CGDebugInfo.cpp 596 case codegenoptions::NoDebugInfo:
5153 if (!CGM.getLangOpts().Optimize || DebugKind == codegenoptions::NoDebugInfo ||
CGOpenMPRuntime.cpp 1436 if (CGM.getCodeGenOpts().getDebugInfo() == codegenoptions::NoDebugInfo ||
9382 if (CGM.getCodeGenOpts().getDebugInfo() == codegenoptions::NoDebugInfo) {
9516 if (CGF.CGM.getCodeGenOpts().getDebugInfo() == codegenoptions::NoDebugInfo)
9813 (CGM.getCodeGenOpts().getDebugInfo() == codegenoptions::NoDebugInfo)
CodeGenModule.cpp 156 if (CodeGenOpts.getDebugInfo() != codegenoptions::NoDebugInfo ||
  /src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
Cuda.cpp 790 DebugInfoKind = codegenoptions::NoDebugInfo;
Clang.cpp 508 return codegenoptions::NoDebugInfo;
3919 if (DebugInfoKind == codegenoptions::NoDebugInfo ||
3960 DebugInfoKind != codegenoptions::NoDebugInfo) {
3998 DebugInfoKind = codegenoptions::NoDebugInfo;
5152 codegenoptions::DebugInfoKind DebugInfoKind = codegenoptions::NoDebugInfo;
6756 (EH || UnwindTables || DebugInfoKind != codegenoptions::NoDebugInfo))
7407 codegenoptions::DebugInfoKind DebugInfoKind = codegenoptions::NoDebugInfo;
7416 : codegenoptions::NoDebugInfo);
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
CompilerInvocation.cpp 1362 case codegenoptions::NoDebugInfo: // default value
1939 if (NeedLocTracking && Opts.getDebugInfo() == codegenoptions::NoDebugInfo)

Completed in 79 milliseconds