Home
last modified time | relevance | path

Searched refs:NoDebugInfo (Results 1 – 9 of 9) sorted by relevance

/external/clang/include/clang/Basic/
DDebugInfoOptions.h17 NoDebugInfo, /// Don't generate debug info. enumerator
/external/clang/lib/Frontend/Rewrite/
DFrontendActions.cpp160 (CI.getCodeGenOpts().getDebugInfo() != codegenoptions::NoDebugInfo)); in CreateASTConsumer()
/external/clang/include/clang/Frontend/
DCodeGenOptions.def212 ENUM_CODEGENOPT(DebugInfo, codegenoptions::DebugInfoKind, 3, codegenoptions::NoDebugInfo)
/external/clang/lib/CodeGen/
DBackendUtil.cpp477 if (CodeGenOpts.getDebugInfo() == codegenoptions::NoDebugInfo) in CreatePasses()
DCodeGenModule.cpp132 if (CodeGenOpts.getDebugInfo() != codegenoptions::NoDebugInfo || in CodeGenModule()
DCGDebugInfo.cpp442 case codegenoptions::NoDebugInfo: in CreateCompileUnit()
DCGOpenMPRuntime.cpp931 if (CGM.getCodeGenOpts().getDebugInfo() == codegenoptions::NoDebugInfo || in emitUpdateLocation()
/external/clang/lib/Driver/
DTools.cpp2768 return codegenoptions::NoDebugInfo; in DebugLevelToInfoKind()
4444 codegenoptions::DebugInfoKind DebugInfoKind = codegenoptions::NoDebugInfo; in ConstructJob()
4529 DebugInfoKind != codegenoptions::NoDebugInfo) { in ConstructJob()
6502 codegenoptions::DebugInfoKind DebugInfoKind = codegenoptions::NoDebugInfo; in ConstructJob()
6511 : codegenoptions::NoDebugInfo); in ConstructJob()
/external/clang/lib/Frontend/
DCompilerInvocation.cpp825 if (NeedLocTracking && Opts.getDebugInfo() == codegenoptions::NoDebugInfo) in ParseCodeGenArgs()