Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Basic/
H A DDebugInfoOptions.h50 FullDebugInfo, enumerator
/llvm-project-15.0.7/clang/unittests/Frontend/
H A DCodeGenActionTest.cpp97 Invocation->getCodeGenOpts().setDebugInfo(codegenoptions::FullDebugInfo); in TEST()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DObjectFilePCHContainerOperations.cpp161 CodeGenOpts.setDebugInfo(codegenoptions::FullDebugInfo); in PCHContainerGenerator()
H A DCGDebugInfo.cpp593 case codegenoptions::FullDebugInfo: in CreateCompileUnit()
/llvm-project-15.0.7/clang/tools/clang-import-test/
H A Dclang-import-test.cpp203 Inv->getCodeGenOpts().setDebugInfo(codegenoptions::FullDebugInfo); in BuildCompilerInstance()
/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp651 m_compiler->getCodeGenOpts().setDebugInfo(codegenoptions::FullDebugInfo); in ClangExpressionParser()
1061 codegenoptions::FullDebugInfo; in ParseInternal()
/llvm-project-15.0.7/clang/lib/Frontend/
H A DCompilerInvocation.cpp1369 case codegenoptions::FullDebugInfo: in GenerateCodeGenArgs()
1645 .Case("standalone", codegenoptions::FullDebugInfo) in ParseCodeGenArgs()
/llvm-project-15.0.7/clang/lib/Driver/ToolChains/
H A DClang.cpp1090 case codegenoptions::FullDebugInfo: in RenderDebugEnablingArgs()
4282 DebugInfoKind = codegenoptions::FullDebugInfo; in renderDebugOptions()