Lines Matching refs:Out

422   static void displayTemplightEntry(llvm::raw_ostream &Out, const Sema &TheSema,  in displayTemplightEntry()  argument
433 Out << "---" << YAML << "\n"; in displayTemplightEntry()
557 llvm::raw_ostream &Out; member in __anon497139710411::DumpModuleInfoListener
560 DumpModuleInfoListener(llvm::raw_ostream &Out) : Out(Out) { } in DumpModuleInfoListener() argument
563 Out.indent(4) << Text << ": " << (Value? "Yes" : "No") << "\n"
566 Out.indent(2) in ReadFullVersionInformation()
575 Out.indent(2) << "Module name: " << ModuleName << "\n"; in ReadModuleName()
578 Out.indent(2) << "Module map file: " << ModuleMapPath << "\n"; in ReadModuleMapFile()
583 Out.indent(2) << "Language options:\n"; in ReadLanguageOptions()
587 Out.indent(4) << Description << ": " \ in ReadLanguageOptions()
590 Out.indent(4) << Description << ": " << LangOpts.Name << "\n"; in ReadLanguageOptions()
596 Out.indent(4) << "Module features:\n"; in ReadLanguageOptions()
598 Out.indent(6) << Feature << "\n"; in ReadLanguageOptions()
606 Out.indent(2) << "Target options:\n"; in ReadTargetOptions()
607 Out.indent(4) << " Triple: " << TargetOpts.Triple << "\n"; in ReadTargetOptions()
608 Out.indent(4) << " CPU: " << TargetOpts.CPU << "\n"; in ReadTargetOptions()
609 Out.indent(4) << " TuneCPU: " << TargetOpts.TuneCPU << "\n"; in ReadTargetOptions()
610 Out.indent(4) << " ABI: " << TargetOpts.ABI << "\n"; in ReadTargetOptions()
613 Out.indent(4) << "Target features:\n"; in ReadTargetOptions()
616 Out.indent(6) << TargetOpts.FeaturesAsWritten[I] << "\n"; in ReadTargetOptions()
625 Out.indent(2) << "Diagnostic options:\n"; in ReadDiagnosticOptions()
628 Out.indent(4) << #Name << ": " << DiagOpts->get##Name() << "\n"; in ReadDiagnosticOptions()
630 Out.indent(4) << #Name << ": " << DiagOpts->Name << "\n"; in ReadDiagnosticOptions()
633 Out.indent(4) << "Diagnostic flags:\n"; in ReadDiagnosticOptions()
635 Out.indent(6) << "-W" << Warning << "\n"; in ReadDiagnosticOptions()
637 Out.indent(6) << "-R" << Remark << "\n"; in ReadDiagnosticOptions()
645 Out.indent(2) << "Header search options:\n"; in ReadHeaderSearchOptions()
646 Out.indent(4) << "System root [-isysroot=]: '" << HSOpts.Sysroot << "'\n"; in ReadHeaderSearchOptions()
647 Out.indent(4) << "Resource dir [ -resource-dir=]: '" << HSOpts.ResourceDir << "'\n"; in ReadHeaderSearchOptions()
648 Out.indent(4) << "Module Cache: '" << SpecificModuleCachePath << "'\n"; in ReadHeaderSearchOptions()
663 Out.indent(2) << "Preprocessor options:\n"; in ReadPreprocessorOptions()
670 Out.indent(4) << "Predefined macros:\n"; in ReadPreprocessorOptions()
676 Out.indent(6); in ReadPreprocessorOptions()
678 Out << "-U"; in ReadPreprocessorOptions()
680 Out << "-D"; in ReadPreprocessorOptions()
681 Out << I->first << "\n"; in ReadPreprocessorOptions()
689 Out.indent(2) << "Module file extension '" in readModuleFileExtension()
693 Out << ": "; in readModuleFileExtension()
694 Out.write_escaped(Metadata.UserInfo); in readModuleFileExtension()
697 Out << "\n"; in readModuleFileExtension()
714 Out.indent(2) << "Input file: " << Filename; in visitInputFile()
717 Out << " ["; in visitInputFile()
719 Out << "System"; in visitInputFile()
721 Out << ", "; in visitInputFile()
724 Out << "Overridden"; in visitInputFile()
726 Out << ", "; in visitInputFile()
729 Out << "ExplicitModule"; in visitInputFile()
731 Out << "]"; in visitInputFile()
734 Out << "\n"; in visitInputFile()
746 Out.indent(2) << "Imports module '" << ModuleName in visitImport()
792 llvm::raw_ostream &Out = OutputStream ? *OutputStream : llvm::outs(); in ExecuteAction() local
794 Out << "Information for module file '" << getCurrentFile() << "':\n"; in ExecuteAction()
800 Out << " Module format: " << (IsRaw ? "raw" : "obj") << "\n"; in ExecuteAction()
803 DumpModuleInfoListener Listener(Out); in ExecuteAction()
816 Out << " ====== C++20 Module structure ======\n"; in ExecuteAction()
819 Out << " Mismatched module names : " << MF.ModuleName << " and " in ExecuteAction()
831 Out << " " << ModuleKindName(Kind) << " '" << Name << "'"; in ExecuteAction()
834 Out << " was not found in the sub modules!\n"; in ExecuteAction()
837 Out << " is at index #" << I->second.Idx << "\n"; in ExecuteAction()
847 Out << " " << ModuleKindName(M->Kind) << " '" << LO.CurrentModule in ExecuteAction()
855 Out << " Sub Modules:\n"; in ExecuteAction()
860 Out << " Imports:\n"; in ExecuteAction()
865 Out << " Exports:\n"; in ExecuteAction()
880 Out << " Macro Definitions:\n"; in ExecuteAction()
883 Out << " " << Macro.first->getName() << "\n"; in ExecuteAction()
889 Out << " " << ModuleKindName(SM.second.Kind) << " '" << SM.first in ExecuteAction()
894 Out << " ====== ======\n"; in ExecuteAction()