Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/Frontend/Debug/
H A DOptions.h50 FullDebugInfo, enumerator
/llvm-project/clang/unittests/Frontend/
H A DCodeGenActionTest.cpp99 Invocation->getCodeGenOpts().setDebugInfo(codegenoptions::FullDebugInfo); in TEST()
/llvm-project/clang/lib/CodeGen/
H A DObjectFilePCHContainerOperations.cpp
H A DCGDebugInfo.cpp654 case llvm::codegenoptions::FullDebugInfo: in CreateCompileUnit()
/llvm-project/clang/tools/clang-import-test/
H A Dclang-import-test.cpp205 Inv->getCodeGenOpts().setDebugInfo(llvm::codegenoptions::FullDebugInfo); in BuildCompilerInstance()
/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp822 m_compiler->getCodeGenOpts().setDebugInfo(codegenoptions::FullDebugInfo); in CodeComplete()
1231 codegenoptions::FullDebugInfo; in RewriteExpression()
/llvm-project/flang/lib/Frontend/
H A DCompilerInvocation.cpp140 .Case("standalone", llvm::codegenoptions::FullDebugInfo) in parseDebugArgs()
150 val != llvm::codegenoptions::FullDebugInfo && in parseDebugArgs()
/llvm-project/clang/lib/Driver/ToolChains/
H A DFlang.cpp135 DebugInfoKind = llvm::codegenoptions::FullDebugInfo; in addCodegenOptions()
H A DCommonArgs.cpp2093 case llvm::codegenoptions::FullDebugInfo: in getDwarfVersion()
H A DClang.cpp4765 DebugInfoKind = llvm::codegenoptions::FullDebugInfo; in ProcessVSRuntimeLibrary()
/llvm-project/flang/include/flang/Tools/
H A DCLOptions.inc
/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp1626 case llvm::codegenoptions::FullDebugInfo: in GenerateCodeGenArgs()
1915 .Case("standalone", llvm::codegenoptions::FullDebugInfo) in ParseCodeGenArgs()