Home
last modified time | relevance | path

Searched refs:setDebugInfo (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/clang/unittests/Frontend/
H A DCodeGenActionTest.cpp97 Invocation->getCodeGenOpts().setDebugInfo(codegenoptions::FullDebugInfo); in TEST()
/llvm-project-15.0.7/llvm/include/llvm/LTO/legacy/
H A DLTOCodeGenerator.h90 void setDebugInfo(lto_debug_model);
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DObjectFilePCHContainerOperations.cpp161 CodeGenOpts.setDebugInfo(codegenoptions::FullDebugInfo); in PCHContainerGenerator()
/llvm-project-15.0.7/clang/tools/clang-import-test/
H A Dclang-import-test.cpp203 Inv->getCodeGenOpts().setDebugInfo(codegenoptions::FullDebugInfo); in BuildCompilerInstance()
/llvm-project-15.0.7/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp169 void LTOCodeGenerator::setDebugInfo(lto_debug_model Debug) { in setDebugInfo() function in LTOCodeGenerator
/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp651 m_compiler->getCodeGenOpts().setDebugInfo(codegenoptions::FullDebugInfo); in ClangExpressionParser()
653 m_compiler->getCodeGenOpts().setDebugInfo(codegenoptions::NoDebugInfo); in ClangExpressionParser()
/llvm-project-15.0.7/llvm/tools/lto/
H A Dlto.cpp381 unwrap(cg)->setDebugInfo(debug); in lto_codegen_set_debug_model()
/llvm-project-15.0.7/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp1019 CodeGen.setDebugInfo(LTO_DEBUG_MODEL_DWARF); in main()
/llvm-project-15.0.7/clang/lib/Frontend/
H A DCompilerInvocation.cpp1652 Opts.setDebugInfo(static_cast<codegenoptions::DebugInfoKind>(Val)); in ParseCodeGenArgs()
1661 Opts.setDebugInfo(codegenoptions::DebugInfoConstructor); in ParseCodeGenArgs()
1664 Opts.setDebugInfo(codegenoptions::LimitedDebugInfo); in ParseCodeGenArgs()
2021 Opts.setDebugInfo(codegenoptions::LocTrackingOnly); in ParseCodeGenArgs()