Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Frontend/Debug/
HDOptions.h50 FullDebugInfo, enumerator
/freebsd-14-stable/contrib/llvm-project/clang/lib/CodeGen/
HDObjectFilePCHContainerOperations.cpp161 CodeGenOpts.setDebugInfo(llvm::codegenoptions::FullDebugInfo); in PCHContainerGenerator()
HDCGDebugInfo.cpp627 case llvm::codegenoptions::FullDebugInfo: in CreateCompileUnit()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
HDClangExpressionParser.cpp625 m_compiler->getCodeGenOpts().setDebugInfo(codegenoptions::FullDebugInfo); in ClangExpressionParser()
1035 codegenoptions::FullDebugInfo; in ParseInternal()
/freebsd-14-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
HDFlang.cpp130 DebugInfoKind = llvm::codegenoptions::FullDebugInfo; in addOtherOptions()
HDCommonArgs.cpp2027 case llvm::codegenoptions::FullDebugInfo: in addDebugInfoKind()
HDClang.cpp4613 DebugInfoKind = llvm::codegenoptions::FullDebugInfo; in renderDebugOptions()
/freebsd-14-stable/contrib/llvm-project/clang/lib/Frontend/
HDCompilerInvocation.cpp1568 case llvm::codegenoptions::FullDebugInfo: in GenerateCodeGenArgs()
1836 .Case("standalone", llvm::codegenoptions::FullDebugInfo) in ParseCodeGenArgs()