Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/LTO/legacy/
H A DLTOCodeGenerator.h90 void setDebugInfo(lto_debug_model);
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DObjectFilePCHContainerOperations.cpp155 CodeGenOpts.setDebugInfo(codegenoptions::FullDebugInfo); in PCHContainerGenerator()
/freebsd-13.1/contrib/llvm-project/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp174 void LTOCodeGenerator::setDebugInfo(lto_debug_model Debug) { in setDebugInfo() function in LTOCodeGenerator
/freebsd-13.1/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DFile.h235 void setDebugInfo(std::unique_ptr<DebugInfo> debugInfo) { in setDebugInfo() function
H A DMachONormalizedFileToAtoms.cpp817 file.setDebugInfo(std::make_unique<StabsDebugInfo>(std::move(stabsList))); in parseStabs()
982 file.setDebugInfo(std::make_unique<DwarfDebugInfo>(std::move(*tuOrErr))); in parseDebugInfo()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp650 m_compiler->getCodeGenOpts().setDebugInfo(codegenoptions::FullDebugInfo); in ClangExpressionParser()
652 m_compiler->getCodeGenOpts().setDebugInfo(codegenoptions::NoDebugInfo); in ClangExpressionParser()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp1005 CodeGen.setDebugInfo(LTO_DEBUG_MODEL_DWARF); in main()
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp1623 Opts.setDebugInfo(static_cast<codegenoptions::DebugInfoKind>(Val)); in ParseCodeGenArgs()
1632 Opts.setDebugInfo(codegenoptions::DebugInfoConstructor); in ParseCodeGenArgs()
1635 Opts.setDebugInfo(codegenoptions::LimitedDebugInfo); in ParseCodeGenArgs()
1937 Opts.setDebugInfo(codegenoptions::LocTrackingOnly); in ParseCodeGenArgs()