Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DDebugInfoOptions.h50 FullDebugInfo, enumerator
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DObjectFilePCHContainerOperations.cpp161 CodeGenOpts.setDebugInfo(codegenoptions::FullDebugInfo); in PCHContainerGenerator()
H A DCGDebugInfo.cpp610 case codegenoptions::FullDebugInfo: in CreateCompileUnit()
/openbsd-src/gnu/llvm/clang/tools/clang-import-test/
H A Dclang-import-test.cpp203 Inv->getCodeGenOpts().setDebugInfo(codegenoptions::FullDebugInfo); in BuildCompilerInstance()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp639 m_compiler->getCodeGenOpts().setDebugInfo(codegenoptions::FullDebugInfo); in ClangExpressionParser()
1049 codegenoptions::FullDebugInfo; in ParseInternal()
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DCompilerInvocation.cpp1381 case codegenoptions::FullDebugInfo: in GenerateCodeGenArgs()
1653 .Case("standalone", codegenoptions::FullDebugInfo) in ParseCodeGenArgs()
/openbsd-src/gnu/llvm/clang/lib/Driver/ToolChains/
H A DClang.cpp989 case codegenoptions::FullDebugInfo: in RenderDebugEnablingArgs()
4274 DebugInfoKind = codegenoptions::FullDebugInfo; in renderDebugOptions()