Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/legacy/
H A DLTOCodeGenerator.h91 LLVM_ABI void setDebugInfo(lto_debug_model);
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DObjectFilePCHContainerWriter.cpp162 CodeGenOpts.setDebugInfo(llvm::codegenoptions::FullDebugInfo); in PCHContainerGenerator()
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp172 void LTOCodeGenerator::setDebugInfo(lto_debug_model Debug) { in setDebugInfo() function in LTOCodeGenerator
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp824 m_compiler->getCodeGenOpts().setDebugInfo(codegenoptions::FullDebugInfo); in ClangExpressionParser()
826 m_compiler->getCodeGenOpts().setDebugInfo(codegenoptions::NoDebugInfo); in ClangExpressionParser()
/freebsd/contrib/llvm-project/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp1080 CodeGen.setDebugInfo(LTO_DEBUG_MODEL_DWARF); in main()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp1954 Opts.setDebugInfo(static_cast<llvm::codegenoptions::DebugInfoKind>(Val)); in ParseCodeGenArgs()
1963 Opts.setDebugInfo(llvm::codegenoptions::DebugInfoConstructor); in ParseCodeGenArgs()
1966 Opts.setDebugInfo(llvm::codegenoptions::LimitedDebugInfo); in ParseCodeGenArgs()
2336 Opts.setDebugInfo(llvm::codegenoptions::LocTrackingOnly); in ParseCodeGenArgs()