Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Frontend/
DCodeGenOptions.h53 NoDebugInfo, /// Don't generate debug info. enumerator
DCodeGenOptions.def141 ENUM_CODEGENOPT(DebugInfo, DebugInfoKind, 2, NoDebugInfo)
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Rewrite/Frontend/
DFrontendActions.cpp161 CodeGenOptions::NoDebugInfo)); in CreateASTConsumer()
/freebsd-10-stable/contrib/llvm/patches/
Dpatch-r265477-clang-r198655-standalone-debug.diff231 - NoDebugInfo, // Don't generate debug info.
237 + NoDebugInfo, /// Don't generate debug info.
/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/
DBackendUtil.cpp348 if (CodeGenOpts.getDebugInfo() == CodeGenOptions::NoDebugInfo) in CreatePasses()
DCodeGenModule.cpp124 if (CodeGenOpts.getDebugInfo() != CodeGenOptions::NoDebugInfo || in CodeGenModule()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Frontend/
DCompilerInvocation.cpp345 else if (Opts.getDebugInfo() != CodeGenOptions::NoDebugInfo) in ParseCodeGenArgs()