Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/Frontend/
HDCodeGenOptions.h61 NoDebugInfo, /// Don't generate debug info. enumerator
HDCodeGenOptions.def169 ENUM_CODEGENOPT(DebugInfo, DebugInfoKind, 3, NoDebugInfo)
/NextBSD/contrib/llvm/tools/clang/lib/Frontend/Rewrite/
HDFrontendActions.cpp160 CodeGenOptions::NoDebugInfo)); in CreateASTConsumer()
/NextBSD/contrib/llvm/tools/lldb/source/Expression/
HDClangExpressionParser.cpp279 m_compiler->getCodeGenOpts().setDebugInfo(CodeGenOptions::NoDebugInfo); in ClangExpressionParser()
/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDBackendUtil.cpp412 if (CodeGenOpts.getDebugInfo() == CodeGenOptions::NoDebugInfo) in CreatePasses()
HDCGOpenMPRuntime.cpp343 if (CGM.getCodeGenOpts().getDebugInfo() == CodeGenOptions::NoDebugInfo || in emitUpdateLocation()
HDCodeGenModule.cpp135 if (CodeGenOpts.getDebugInfo() != CodeGenOptions::NoDebugInfo || in CodeGenModule()
/NextBSD/contrib/llvm/tools/clang/lib/Frontend/
HDCompilerInvocation.cpp420 else if (Opts.getDebugInfo() != CodeGenOptions::NoDebugInfo) in ParseCodeGenArgs()
661 if (NeedLocTracking && Opts.getDebugInfo() == CodeGenOptions::NoDebugInfo) in ParseCodeGenArgs()