Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/LTO/legacy/
H A DLTOCodeGenerator.h87 void setDebugInfo(lto_debug_model);
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DObjectFilePCHContainerOperations.cpp156 CodeGenOpts.setDebugInfo(codegenoptions::FullDebugInfo); in PCHContainerGenerator()
/freebsd-12.1/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/
H A DFile.h234 void setDebugInfo(std::unique_ptr<DebugInfo> debugInfo) { in setDebugInfo() function
H A DMachONormalizedFileToAtoms.cpp816 file.setDebugInfo(llvm::make_unique<StabsDebugInfo>(std::move(stabsList))); in parseStabs()
982 file.setDebugInfo(llvm::make_unique<DwarfDebugInfo>(std::move(*tuOrErr))); in parseDebugInfo()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp463 m_compiler->getCodeGenOpts().setDebugInfo(codegenoptions::FullDebugInfo); in ClangExpressionParser()
465 m_compiler->getCodeGenOpts().setDebugInfo(codegenoptions::NoDebugInfo); in ClangExpressionParser()
/freebsd-12.1/contrib/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp171 void LTOCodeGenerator::setDebugInfo(lto_debug_model Debug) { in setDebugInfo() function in LTOCodeGenerator
/freebsd-12.1/contrib/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp877 CodeGen.setDebugInfo(LTO_DEBUG_MODEL_DWARF); in main()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DCompilerInvocation.cpp691 Opts.setDebugInfo(static_cast<codegenoptions::DebugInfoKind>(Val)); in ParseCodeGenArgs()
1262 Opts.setDebugInfo(codegenoptions::LocTrackingOnly); in ParseCodeGenArgs()