Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/Debug/
H A DOptions.h50 FullDebugInfo, enumerator
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DObjectFilePCHContainerWriter.cpp162 CodeGenOpts.setDebugInfo(llvm::codegenoptions::FullDebugInfo); in PCHContainerGenerator()
H A DCGDebugInfo.cpp766 case llvm::codegenoptions::FullDebugInfo: in CreateCompileUnit()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp824 m_compiler->getCodeGenOpts().setDebugInfo(codegenoptions::FullDebugInfo); in ClangExpressionParser()
1234 codegenoptions::FullDebugInfo; in ParseInternal()
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DFlang.cpp138 DebugInfoKind = llvm::codegenoptions::FullDebugInfo; in addOtherOptions()
H A DCommonArgs.cpp2170 case llvm::codegenoptions::FullDebugInfo: in addDebugInfoKind()
H A DClang.cpp4589 DebugInfoKind = llvm::codegenoptions::FullDebugInfo; in renderDebugOptions()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp1638 case llvm::codegenoptions::FullDebugInfo: in GenerateCodeGenArgs()
1947 .Case("standalone", llvm::codegenoptions::FullDebugInfo) in ParseCodeGenArgs()