Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Frontend/Debug/
H A DOptions.h50 FullDebugInfo, enumerator
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DObjectFilePCHContainerOperations.cpp161 CodeGenOpts.setDebugInfo(llvm::codegenoptions::FullDebugInfo); in PCHContainerGenerator()
H A DCGDebugInfo.cpp617 case llvm::codegenoptions::FullDebugInfo: in CreateCompileUnit()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp622 m_compiler->getCodeGenOpts().setDebugInfo(codegenoptions::FullDebugInfo); in ClangExpressionParser()
1032 codegenoptions::FullDebugInfo; in ParseInternal()
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp1495 case llvm::codegenoptions::FullDebugInfo: in GenerateCodeGenArgs()
1760 .Case("standalone", llvm::codegenoptions::FullDebugInfo) in ParseCodeGenArgs()
/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DCommonArgs.cpp2027 case llvm::codegenoptions::FullDebugInfo: in addDebugInfoKind()
H A DClang.cpp4416 DebugInfoKind = llvm::codegenoptions::FullDebugInfo; in renderDebugOptions()