| /freebsd-src/contrib/llvm-project/llvm/tools/llvm-size/ |
| H A D | llvm-size.cpp | 73 static OutputFormatTy OutputFormat; variable 361 if (OutputFormat == darwin && MachO) in printObjectSectionSizes() 365 else if (MachO && OutputFormat == berkeley) in printObjectSectionSizes() 367 else if (OutputFormat == sysv) { in printObjectSectionSizes() 563 if (OutputFormat == sysv) in printFileSectionSizes() 565 else if (MachO && OutputFormat == darwin) in printFileSectionSizes() 568 if (!MachO && OutputFormat == darwin) in printFileSectionSizes() 570 if (OutputFormat == berkeley) { in printFileSectionSizes() 597 if (OutputFormat == sysv) in printFileSectionSizes() 599 else if (MachO && OutputFormat == darwin) { in printFileSectionSizes() [all …]
|
| /freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | ReplayInlineAdvisor.h | 30 return OutputFormat == Format::LineColumn || in outputColumn() 31 OutputFormat == Format::LineColumnDiscriminator; in outputColumn() 35 return OutputFormat == Format::LineDiscriminator || in outputDiscriminator() 36 OutputFormat == Format::LineColumnDiscriminator; in outputDiscriminator() 39 Format OutputFormat; member
|
| /freebsd-src/contrib/llvm-project/llvm/tools/llvm-remarkutil/ |
| H A D | RemarkConvert.cpp | 32 static constexpr Format OutputFormat = Format::Bitstream; variable 40 static constexpr Format OutputFormat = Format::YAML; variable 79 auto MaybeOF = getOutputFileForRemarks(OutputFileName, OutputFormat); in tryReserializeYAML2Bitstream() 84 OutputFormat, SerializerMode::Standalone, OF->os(), std::move(StrTab)); in tryReserializeYAML2Bitstream() 109 auto MaybeOF = getOutputFileForRemarks(OutputFileName, OutputFormat); in tryBitstream2YAML() 114 OutputFormat, SerializerMode::Standalone, OF->os()); in tryBitstream2YAML()
|
| H A D | RemarkUtilHelpers.cpp | 49 getOutputFileForRemarks(StringRef OutputFileName, Format OutputFormat) { in getOutputFileForRemarks() argument 50 assert((OutputFormat == Format::YAML || OutputFormat == Format::Bitstream) && in getOutputFileForRemarks() 52 return getOutputFileWithFlags(OutputFileName, OutputFormat == Format::YAML in getOutputFileForRemarks()
|
| H A D | RemarkUtilHelpers.h | 57 getOutputFileForRemarks(StringRef OutputFileName, Format OutputFormat);
|
| /freebsd-src/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | DependencyFile.cpp | 226 OutputFormat(Opts.OutputFormat), InputFileIndex(0) { in sawDependency() 316 DependencyOutputFormat OutputFormat) { in PrintFilename() 321 if (OutputFormat == DependencyOutputFormat::NMake) { in outputDependencyFile() 331 assert(OutputFormat == DependencyOutputFormat::Make); in outputDependencyFile() 403 PrintFilename(OS, File, OutputFormat); 414 PrintFilename(OS, *I, OutputFormat); 290 PrintFilename(raw_ostream & OS,StringRef Filename,DependencyOutputFormat OutputFormat) PrintFilename() argument
|
| H A D | ASTConsumers.cpp | 41 OutputKind(K), OutputFormat(Format), FilterString(FilterString), in ASTPrinter() 61 if (OutputFormat == ADOF_Default) in TraverseDecl() 98 D->dump(Out, OutputKind == DumpFull, OutputFormat); in print() 122 ASTDumpOutputFormat OutputFormat; member in __anon164efe420111::ASTPrinter
|
| /freebsd-src/contrib/llvm-project/llvm/tools/llvm-cov/ |
| H A D | SourceCoverageView.cpp | 78 case CoverageViewOptions::OutputFormat::Text: in create() 82 case CoverageViewOptions::OutputFormat::HTML: in create() 86 case CoverageViewOptions::OutputFormat::Lcov: in create() 150 case CoverageViewOptions::OutputFormat::Text: in create() 153 case CoverageViewOptions::OutputFormat::HTML: in create() 156 case CoverageViewOptions::OutputFormat::Lcov: in create()
|
| H A D | CoverageViewOptions.h | 20 enum class OutputFormat { enum 48 OutputFormat Format;
|
| H A D | CodeCoverage.cpp | 691 cl::opt<CoverageViewOptions::OutputFormat> Format( in run() 693 cl::values(clEnumValN(CoverageViewOptions::OutputFormat::Text, "text", in run() 695 clEnumValN(CoverageViewOptions::OutputFormat::HTML, "html", in run() 697 clEnumValN(CoverageViewOptions::OutputFormat::Lcov, "lcov", in run() 699 cl::init(CoverageViewOptions::OutputFormat::Text)); in run() 826 case CoverageViewOptions::OutputFormat::Text: in run() 831 case CoverageViewOptions::OutputFormat::HTML: in run() 836 case CoverageViewOptions::OutputFormat::Lcov: in run() 1040 if (ViewOpts.Format == CoverageViewOptions::OutputFormat::Lcov) { in doShow() 1184 (ViewOpts.Format == CoverageViewOptions::OutputFormat in doShow() [all...] |
| /freebsd-src/contrib/llvm-project/llvm/tools/llvm-nm/ |
| H A D | llvm-nm.cpp | 101 static OutputFormatTy OutputFormat; variable 295 // the OutputFormat is darwin or we are printing Mach-O symbols in hex. For 624 if (OutputFormat == posix && !ArchiveName.empty()) in writeFileName() 735 if ((OutputFormat == bsd || OutputFormat == posix || in printSymbolList() 736 OutputFormat == just_symbols) && in printSymbolList() 739 } else if (OutputFormat == sysv) { in printSymbolList() 756 printFormat = OutputFormat == posix ? "%" PRIo64 : "%016" PRIo64; in printSymbolList() 759 printFormat = OutputFormat == posix ? "%" PRIx64 : "%016" PRIx64; in printSymbolList() 762 printFormat = OutputFormat in printSymbolList() [all...] |
| /freebsd-src/contrib/llvm-project/llvm/tools/llvm-objcopy/ |
| H A D | ObjcopyOptions.cpp | 670 StringRef InputFormat, OutputFormat; in parseObjcopyOptions() 673 OutputFormat = InputArgs.getLastArgValue(OBJCOPY_target); in parseObjcopyOptions() 676 OutputFormat = InputArgs.getLastArgValue(OBJCOPY_output_target); in parseObjcopyOptions() 746 Config.OutputFormat = StringSwitch<FileFormat>(OutputFormat) in parseObjcopyOptions() 751 if (Config.OutputFormat == FileFormat::Unspecified) { in parseObjcopyOptions() 752 if (OutputFormat.empty()) { in parseObjcopyOptions() 753 Config.OutputFormat = Config.InputFormat; in parseObjcopyOptions() 756 getOutputTargetInfoByTargetName(OutputFormat); in parseObjcopyOptions() 759 Config.OutputFormat in parseObjcopyOptions() 614 StringRef InputFormat, OutputFormat; parseObjcopyOptions() local [all...] |
| H A D | llvm-objcopy.cpp | 116 switch (Config.OutputFormat) { in executeObjcopyOnRawBinary()
|
| /freebsd-src/contrib/llvm-project/clang/include/clang/Frontend/ |
| H A D | DependencyOutputOptions.h | 64 DependencyOutputFormat OutputFormat = DependencyOutputFormat::Make; variable
|
| H A D | Utils.h | 130 DependencyOutputFormat OutputFormat; variable
|
| /freebsd-src/contrib/llvm-project/llvm/tools/llvm-profdata/ |
| H A D | llvm-profdata.cpp | 151 cl::opt<ProfileFormat> OutputFormat( variable 884 ProfileFormat OutputFormat, in mergeInstrProfile() 888 OutputFormat == PF_Text ? sys::fs::OF_TextWithCRLF in mergeInstrProfile() 893 if (OutputFormat == PF_Text) { in mergeInstrProfile() 910 if (OutputFormat == PF_Compact_Binary) in mergeInstrProfile() 912 if (OutputFormat != PF_Binary && OutputFormat != PF_Ext_Binary && in mergeInstrProfile() 913 OutputFormat != PF_Text) in mergeInstrProfile() 1004 writeInstrProfile(OutputFilename, OutputFormat, Contexts[0]->Writer); in updateInstrProfileEntry() 1351 /// \p OutputFormat specifie in remapSamples() 826 writeInstrProfile(StringRef OutputFilename,ProfileFormat OutputFormat,InstrProfWriter & Writer) writeInstrProfile() argument 1406 handleExtBinaryWriter(sampleprof::SampleProfileWriter & Writer,ProfileFormat OutputFormat,MemoryBuffer * Buffer,sampleprof::ProfileSymbolList & WriterList,bool CompressAllSections,bool UseMD5,bool GenPartialProfile) handleExtBinaryWriter() argument [all...] |
| /freebsd-src/contrib/llvm-project/llvm/include/llvm/ObjCopy/ |
| H A D | CommonConfig.h | 200 FileFormat OutputFormat = FileFormat::Unspecified; 207 FileFormat OutputFormat = FileFormat::Unspecified; global() member
|
| /freebsd-src/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/ |
| H A D | DependencyScanningTool.cpp | 108 if (Opts->OutputFormat != DependencyOutputFormat::Make) in getP1689ModuleDependencyFile()
|
| /freebsd-src/contrib/llvm-project/llvm/lib/ObjCopy/ELF/ |
| H A D | ELFObjcopy.cpp | 160 // Depending on the initial ELFT and OutputFormat we need a different Writer. in createELFWriter() 181 switch (Config.OutputFormat) { in createWriter()
|
| /freebsd-src/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | DeclBase.h | 1250 ASTDumpOutputFormat OutputFormat = ADOF_Default) const;
|
| /freebsd-src/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Options.td | 918 MarshallingInfoFlag<DependencyOutputOpts<"OutputFormat">, "DependencyOutputFormat::Make">,
|