Lines Matching refs:Out

434   static void displayTemplightEntry(llvm::raw_ostream &Out, const Sema &TheSema,  in displayTemplightEntry()  argument
445 Out << "---" << YAML << "\n"; in displayTemplightEntry()
571 llvm::raw_ostream &Out; member in __anonfa7087f00411::DumpModuleInfoListener
574 DumpModuleInfoListener(llvm::raw_ostream &Out) : Out(Out) { } in DumpModuleInfoListener() argument
577 Out.indent(4) << Text << ": " << (Value? "Yes" : "No") << "\n"
580 Out.indent(2) in ReadFullVersionInformation()
589 Out.indent(2) << "Module name: " << ModuleName << "\n"; in ReadModuleName()
592 Out.indent(2) << "Module map file: " << ModuleMapPath << "\n"; in ReadModuleMapFile()
597 Out.indent(2) << "Language options:\n"; in ReadLanguageOptions()
601 Out.indent(4) << Description << ": " \ in ReadLanguageOptions()
604 Out.indent(4) << Description << ": " << LangOpts.Name << "\n"; in ReadLanguageOptions()
610 Out.indent(4) << "Module features:\n"; in ReadLanguageOptions()
612 Out.indent(6) << Feature << "\n"; in ReadLanguageOptions()
620 Out.indent(2) << "Target options:\n"; in ReadTargetOptions()
621 Out.indent(4) << " Triple: " << TargetOpts.Triple << "\n"; in ReadTargetOptions()
622 Out.indent(4) << " CPU: " << TargetOpts.CPU << "\n"; in ReadTargetOptions()
623 Out.indent(4) << " TuneCPU: " << TargetOpts.TuneCPU << "\n"; in ReadTargetOptions()
624 Out.indent(4) << " ABI: " << TargetOpts.ABI << "\n"; in ReadTargetOptions()
627 Out.indent(4) << "Target features:\n"; in ReadTargetOptions()
630 Out.indent(6) << TargetOpts.FeaturesAsWritten[I] << "\n"; in ReadTargetOptions()
639 Out.indent(2) << "Diagnostic options:\n"; in ReadDiagnosticOptions()
642 Out.indent(4) << #Name << ": " << DiagOpts->get##Name() << "\n"; in ReadDiagnosticOptions()
644 Out.indent(4) << #Name << ": " << DiagOpts->Name << "\n"; in ReadDiagnosticOptions()
647 Out.indent(4) << "Diagnostic flags:\n"; in ReadDiagnosticOptions()
649 Out.indent(6) << "-W" << Warning << "\n"; in ReadDiagnosticOptions()
651 Out.indent(6) << "-R" << Remark << "\n"; in ReadDiagnosticOptions()
659 Out.indent(2) << "Header search options:\n"; in ReadHeaderSearchOptions()
660 Out.indent(4) << "System root [-isysroot=]: '" << HSOpts.Sysroot << "'\n"; in ReadHeaderSearchOptions()
661 Out.indent(4) << "Resource dir [ -resource-dir=]: '" << HSOpts.ResourceDir << "'\n"; in ReadHeaderSearchOptions()
662 Out.indent(4) << "Module Cache: '" << SpecificModuleCachePath << "'\n"; in ReadHeaderSearchOptions()
676 Out.indent(2) << "Header search paths:\n"; in ReadHeaderSearchPaths()
677 Out.indent(4) << "User entries:\n"; in ReadHeaderSearchPaths()
679 Out.indent(6) << Entry.Path << "\n"; in ReadHeaderSearchPaths()
680 Out.indent(4) << "System header prefixes:\n"; in ReadHeaderSearchPaths()
682 Out.indent(6) << Prefix.Prefix << "\n"; in ReadHeaderSearchPaths()
683 Out.indent(4) << "VFS overlay files:\n"; in ReadHeaderSearchPaths()
685 Out.indent(6) << Overlay << "\n"; in ReadHeaderSearchPaths()
692 Out.indent(2) << "Preprocessor options:\n"; in ReadPreprocessorOptions()
699 Out.indent(4) << "Predefined macros:\n"; in ReadPreprocessorOptions()
705 Out.indent(6); in ReadPreprocessorOptions()
707 Out << "-U"; in ReadPreprocessorOptions()
709 Out << "-D"; in ReadPreprocessorOptions()
710 Out << I->first << "\n"; in ReadPreprocessorOptions()
718 Out.indent(2) << "Module file extension '" in readModuleFileExtension()
722 Out << ": "; in readModuleFileExtension()
723 Out.write_escaped(Metadata.UserInfo); in readModuleFileExtension()
726 Out << "\n"; in readModuleFileExtension()
743 Out.indent(2) << "Input file: " << Filename; in visitInputFile()
746 Out << " ["; in visitInputFile()
748 Out << "System"; in visitInputFile()
750 Out << ", "; in visitInputFile()
753 Out << "Overridden"; in visitInputFile()
755 Out << ", "; in visitInputFile()
758 Out << "ExplicitModule"; in visitInputFile()
760 Out << "]"; in visitInputFile()
763 Out << "\n"; in visitInputFile()
775 Out.indent(2) << "Imports module '" << ModuleName in visitImport()
823 llvm::raw_ostream &Out = OutputStream ? *OutputStream : llvm::outs(); in ExecuteAction() local
825 Out << "Information for module file '" << getCurrentFile() << "':\n"; in ExecuteAction()
831 Out << " Module format: " << (IsRaw ? "raw" : "obj") << "\n"; in ExecuteAction()
834 DumpModuleInfoListener Listener(Out); in ExecuteAction()
847 Out << " ====== C++20 Module structure ======\n"; in ExecuteAction()
850 Out << " Mismatched module names : " << MF.ModuleName << " and " in ExecuteAction()
862 Out << " " << ModuleKindName(Kind) << " '" << Name << "'"; in ExecuteAction()
865 Out << " was not found in the sub modules!\n"; in ExecuteAction()
868 Out << " is at index #" << I->second.Idx << "\n"; in ExecuteAction()
878 Out << " " << ModuleKindName(M->Kind) << " '" << LO.CurrentModule in ExecuteAction()
886 Out << " Sub Modules:\n"; in ExecuteAction()
891 Out << " Imports:\n"; in ExecuteAction()
896 Out << " Exports:\n"; in ExecuteAction()
911 Out << " Macro Definitions:\n"; in ExecuteAction()
914 Out << " " << Macro.first->getName() << "\n"; in ExecuteAction()
920 Out << " " << ModuleKindName(SM.second.Kind) << " '" << SM.first in ExecuteAction()
925 Out << " ====== ======\n"; in ExecuteAction()