Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DDebugInfoOptions.h50 FullDebugInfo, enumerator
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DObjectFilePCHContainerOperations.cpp155 CodeGenOpts.setDebugInfo(codegenoptions::FullDebugInfo); in PCHContainerGenerator()
H A DCGDebugInfo.cpp586 case codegenoptions::FullDebugInfo: in CreateCompileUnit()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp650 m_compiler->getCodeGenOpts().setDebugInfo(codegenoptions::FullDebugInfo); in ClangExpressionParser()
1058 codegenoptions::FullDebugInfo; in ParseInternal()
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp1356 case codegenoptions::FullDebugInfo: in GenerateCodeGenArgs()
1616 .Case("standalone", codegenoptions::FullDebugInfo) in ParseCodeGenArgs()
/freebsd-13.1/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.cpp1047 case codegenoptions::FullDebugInfo: in RenderDebugEnablingArgs()
4066 DebugInfoKind = codegenoptions::FullDebugInfo; in renderDebugOptions()