Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DDebugInfoOptions.h49 FullDebugInfo, enumerator
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DObjectFilePCHContainerOperations.cpp155 CodeGenOpts.setDebugInfo(codegenoptions::FullDebugInfo); in PCHContainerGenerator()
H A DCGDebugInfo.cpp608 case codegenoptions::FullDebugInfo: in CreateCompileUnit()
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-import-test/
H A Dclang-import-test.cpp203 Inv->getCodeGenOpts().setDebugInfo(codegenoptions::FullDebugInfo); in BuildCompilerInstance()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DCompilerInvocation.cpp1356 case codegenoptions::FullDebugInfo: in GenerateCodeGenArgs()
1619 .Case("standalone", codegenoptions::FullDebugInfo) in ParseCodeGenArgs()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DClang.cpp1041 case codegenoptions::FullDebugInfo: in RenderDebugEnablingArgs()
4057 DebugInfoKind = codegenoptions::FullDebugInfo; in renderDebugOptions()