Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DDebugInfoOptions.h33 FullDebugInfo /// Generate complete debug info. enumerator
/external/llvm-project/clang/include/clang/Basic/
DDebugInfoOptions.h49 FullDebugInfo, enumerator
/external/clang/lib/CodeGen/
DObjectFilePCHContainerOperations.cpp155 CodeGenOpts.setDebugInfo(codegenoptions::FullDebugInfo); in PCHContainerGenerator()
DCGDebugInfo.cpp450 case codegenoptions::FullDebugInfo: in CreateCompileUnit()
/external/llvm-project/clang/lib/CodeGen/
DObjectFilePCHContainerOperations.cpp155 CodeGenOpts.setDebugInfo(codegenoptions::FullDebugInfo); in PCHContainerGenerator()
DCGDebugInfo.cpp607 case codegenoptions::FullDebugInfo: in CreateCompileUnit()
/external/llvm-project/clang/tools/clang-import-test/
Dclang-import-test.cpp203 Inv->getCodeGenOpts().setDebugInfo(codegenoptions::FullDebugInfo); in BuildCompilerInstance()
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DClangExpressionParser.cpp635 m_compiler->getCodeGenOpts().setDebugInfo(codegenoptions::FullDebugInfo); in ClangExpressionParser()
1047 codegenoptions::FullDebugInfo; in ParseInternal()
/external/clang/lib/Frontend/
DCompilerInvocation.cpp472 .Case("standalone", codegenoptions::FullDebugInfo) in ParseCodeGenArgs()
/external/llvm-project/clang/lib/Driver/ToolChains/
DClang.cpp988 case codegenoptions::FullDebugInfo: in RenderDebugEnablingArgs()
3893 DebugInfoKind = codegenoptions::FullDebugInfo; in RenderDebugOptions()
/external/llvm-project/clang/lib/Frontend/
DCompilerInvocation.cpp879 .Case("standalone", codegenoptions::FullDebugInfo) in ParseCodeGenArgs()
/external/clang/lib/Driver/
DTools.cpp2798 case codegenoptions::FullDebugInfo: in RenderDebugEnablingArgs()
4566 DebugInfoKind = codegenoptions::FullDebugInfo; in ConstructJob()