Home
last modified time | relevance | path

Searched refs:FullDebugInfo (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DDebugInfoOptions.h39 FullDebugInfo /// Generate complete debug info. enumerator
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DObjectFilePCHContainerOperations.cpp156 CodeGenOpts.setDebugInfo(codegenoptions::FullDebugInfo); in PCHContainerGenerator()
H A DCGDebugInfo.cpp592 case codegenoptions::FullDebugInfo: in CreateCompileUnit()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp463 m_compiler->getCodeGenOpts().setDebugInfo(codegenoptions::FullDebugInfo); in ClangExpressionParser()
831 codegenoptions::FullDebugInfo; in ParseInternal()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/ToolChains/
H A DClang.cpp937 case codegenoptions::FullDebugInfo: in RenderDebugEnablingArgs()
3274 DebugInfoKind = codegenoptions::FullDebugInfo; in RenderDebugOptions()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DCompilerInvocation.cpp685 .Case("standalone", codegenoptions::FullDebugInfo) in ParseCodeGenArgs()