Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/Debug/
H A DOptions.h50 FullDebugInfo, enumerator
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp625 m_compiler->getCodeGenOpts().setDebugInfo(codegenoptions::FullDebugInfo); in ClangExpressionParser()
1035 codegenoptions::FullDebugInfo; in ParseInternal()
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DFlang.cpp130 DebugInfoKind = llvm::codegenoptions::FullDebugInfo; in addOtherOptions()
H A DCommonArgs.cpp2027 case llvm::codegenoptions::FullDebugInfo: in addDebugInfoKind()
H A DClang.cpp4613 DebugInfoKind = llvm::codegenoptions::FullDebugInfo; in renderDebugOptions()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp1568 case llvm::codegenoptions::FullDebugInfo: in GenerateCodeGenArgs()
1836 .Case("standalone", llvm::codegenoptions::FullDebugInfo) in ParseCodeGenArgs()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp627 case llvm::codegenoptions::FullDebugInfo: in CreateCompileUnit()