Home
last modified time | relevance | path

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

/external/clang/include/clang/Frontend/
DCodeGenOptions.h61 NoDebugInfo, /// Don't generate debug info. enumerator
DCodeGenOptions.def158 ENUM_CODEGENOPT(DebugInfo, DebugInfoKind, 3, NoDebugInfo)
/external/clang/lib/Frontend/Rewrite/
DFrontendActions.cpp159 CodeGenOptions::NoDebugInfo)); in CreateASTConsumer()
/external/clang/lib/CodeGen/
DBackendUtil.cpp390 if (CodeGenOpts.getDebugInfo() == CodeGenOptions::NoDebugInfo) in CreatePasses()
DCGOpenMPRuntime.cpp337 if (CGM.getCodeGenOpts().getDebugInfo() == CodeGenOptions::NoDebugInfo || in emitUpdateLocation()
DCodeGenModule.cpp132 if (CodeGenOpts.getDebugInfo() != CodeGenOptions::NoDebugInfo || in CodeGenModule()
/external/clang/lib/Frontend/
DCompilerInvocation.cpp404 else if (Opts.getDebugInfo() != CodeGenOptions::NoDebugInfo) in ParseCodeGenArgs()
635 if (NeedLocTracking && Opts.getDebugInfo() == CodeGenOptions::NoDebugInfo) in ParseCodeGenArgs()