Searched refs:setDebugInfo (Results 1 – 8 of 8) sorted by relevance
87 void setDebugInfo(lto_debug_model);
156 CodeGenOpts.setDebugInfo(codegenoptions::FullDebugInfo); in PCHContainerGenerator()
234 void setDebugInfo(std::unique_ptr<DebugInfo> debugInfo) { in setDebugInfo() function
816 file.setDebugInfo(llvm::make_unique<StabsDebugInfo>(std::move(stabsList))); in parseStabs()982 file.setDebugInfo(llvm::make_unique<DwarfDebugInfo>(std::move(*tuOrErr))); in parseDebugInfo()
463 m_compiler->getCodeGenOpts().setDebugInfo(codegenoptions::FullDebugInfo); in ClangExpressionParser()465 m_compiler->getCodeGenOpts().setDebugInfo(codegenoptions::NoDebugInfo); in ClangExpressionParser()
171 void LTOCodeGenerator::setDebugInfo(lto_debug_model Debug) { in setDebugInfo() function in LTOCodeGenerator
877 CodeGen.setDebugInfo(LTO_DEBUG_MODEL_DWARF); in main()
691 Opts.setDebugInfo(static_cast<codegenoptions::DebugInfoKind>(Val)); in ParseCodeGenArgs()1262 Opts.setDebugInfo(codegenoptions::LocTrackingOnly); in ParseCodeGenArgs()