Home
last modified time | relevance | path

Searched refs:OutputFormat (Results 1 – 25 of 27) sorted by relevance

12

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-size/
H A Dllvm-size.cpp40 OutputFormat("format", cl::desc("Specify output format"), variable
376 if (OutputFormat == darwin && MachO) in printObjectSectionSizes()
380 else if (MachO && OutputFormat == berkeley) in printObjectSectionSizes()
382 else if (OutputFormat == sysv) { in printObjectSectionSizes()
578 if (OutputFormat == sysv) in printFileSectionSizes()
580 else if (MachO && OutputFormat == darwin) in printFileSectionSizes()
583 if (OutputFormat == berkeley) { in printFileSectionSizes()
610 if (OutputFormat == sysv) in printFileSectionSizes()
612 else if (MachO && OutputFormat == darwin) { in printFileSectionSizes()
618 if (OutputFormat == berkeley) { in printFileSectionSizes()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/tools/scan-build/libexec/
H A Dccc-analyzer476 my $OutputFormat = $ENV{'CCC_ANALYZER_OUTPUT_FORMAT'};
477 if (!defined $OutputFormat) { $OutputFormat = "html"; }
749 if (defined $OutputFormat) {
750 push @AnalyzeArgs, "-analyzer-output=" . $OutputFormat;
751 if ($OutputFormat =~ /plist/ || $OutputFormat =~ /sarif/) {
753 my $Suffix = $OutputFormat =~ /plist/ ? ".plist" : ".sarif";
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DDependencyFile.cpp194 OutputFormat(Opts.OutputFormat), InputFileIndex(0) { in DependencyFileGenerator()
284 DependencyOutputFormat OutputFormat) { in PrintFilename() argument
289 if (OutputFormat == DependencyOutputFormat::NMake) { in PrintFilename()
299 assert(OutputFormat == DependencyOutputFormat::Make); in PrintFilename()
369 PrintFilename(OS, File, OutputFormat); in outputDependencyFile()
381 PrintFilename(OS, *I, OutputFormat); in outputDependencyFile()
H A DASTConsumers.cpp41 OutputKind(K), OutputFormat(Format), FilterString(FilterString), in ASTPrinter()
95 D->dump(Out, OutputKind == DumpFull, OutputFormat); in print()
119 ASTDumpOutputFormat OutputFormat; member in __anonc0946b7b0111::ASTPrinter
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-cov/
H A DSourceCoverageView.cpp78 case CoverageViewOptions::OutputFormat::Text: in create()
80 case CoverageViewOptions::OutputFormat::HTML: in create()
82 case CoverageViewOptions::OutputFormat::Lcov: in create()
144 case CoverageViewOptions::OutputFormat::Text: in create()
147 case CoverageViewOptions::OutputFormat::HTML: in create()
150 case CoverageViewOptions::OutputFormat::Lcov: in create()
H A DCodeCoverage.cpp648 cl::opt<CoverageViewOptions::OutputFormat> Format( in run()
650 cl::values(clEnumValN(CoverageViewOptions::OutputFormat::Text, "text", in run()
652 clEnumValN(CoverageViewOptions::OutputFormat::HTML, "html", in run()
654 clEnumValN(CoverageViewOptions::OutputFormat::Lcov, "lcov", in run()
656 cl::init(CoverageViewOptions::OutputFormat::Text)); in run()
768 case CoverageViewOptions::OutputFormat::Text: in run()
773 case CoverageViewOptions::OutputFormat::HTML: in run()
778 case CoverageViewOptions::OutputFormat::Lcov: in run()
954 if (ViewOpts.Format == CoverageViewOptions::OutputFormat::Lcov) { in doShow()
1055 (ViewOpts.Format == CoverageViewOptions::OutputFormat::HTML); in doShow()
[all …]
H A DCoverageViewOptions.h20 enum class OutputFormat { enum
44 OutputFormat Format;
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp54 cl::opt<OutputFormatTy> OutputFormat( variable
63 cl::aliasopt(OutputFormat), cl::NotHidden);
743 if (OutputFormat == posix && !ArchiveName.empty()) in writeFileName()
774 if ((OutputFormat == bsd || OutputFormat == posix || in sortAndPrintSymbolList()
775 OutputFormat == just_symbols) && in sortAndPrintSymbolList()
778 } else if (OutputFormat == sysv) { in sortAndPrintSymbolList()
795 printFormat = OutputFormat == posix ? "%" PRIo64 : "%016" PRIo64; in sortAndPrintSymbolList()
798 printFormat = OutputFormat == posix ? "%" PRIx64 : "%016" PRIx64; in sortAndPrintSymbolList()
801 printFormat = OutputFormat == posix ? "%" PRId64 : "%016" PRId64; in sortAndPrintSymbolList()
808 printFormat = OutputFormat == posix ? "%" PRIo64 : "%08" PRIo64; in sortAndPrintSymbolList()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/tools/scan-build/bin/
H A Dscan-build68 OutputFormat => "html",
957 if (defined $Options{OutputFormat}) {
958 if ($Options{OutputFormat} =~ /plist/ ||
959 $Options{OutputFormat} =~ /sarif/) {
961 ($Options{OutputFormat} =~ /plist/ ? "plist" : "sarif") .
964 if ($Options{OutputFormat} =~ /html/) {
1764 $Options{OutputFormat} = "sarif";
1770 $Options{OutputFormat} = "plist";
1776 $Options{OutputFormat} = "plist-html";
2001 'CCC_ANALYZER_OUTPUT_FORMAT' => $Options{OutputFormat},
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp305 ProfileFormat OutputFormat, in writeInstrProfile() argument
309 OutputFormat == PF_Text ? sys::fs::OF_TextWithCRLF in writeInstrProfile()
314 if (OutputFormat == PF_Text) { in writeInstrProfile()
326 ProfileFormat OutputFormat, bool OutputSparse, in mergeInstrProfile() argument
331 if (OutputFormat != PF_Binary && OutputFormat != PF_Compact_Binary && in mergeInstrProfile()
332 OutputFormat != PF_Ext_Binary && OutputFormat != PF_Text) in mergeInstrProfile()
398 writeInstrProfile(OutputFilename, OutputFormat, Contexts[0]->Writer); in mergeInstrProfile()
531 StringRef OutputFilename, ProfileFormat OutputFormat, bool OutputSparse, in supplementInstrProfile() argument
564 writeInstrProfile(OutputFilename, OutputFormat, WC->Writer); in supplementInstrProfile()
633 ProfileFormat OutputFormat, in handleExtBinaryWriter() argument
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-rc/
H A Dllvm-rc.cpp199 Format OutputFormat = Res; member
401 Opts.OutputFormat = in parseWindresOptions()
405 Opts.OutputFormat = Coff; in parseWindresOptions()
406 deduceFormat(Opts.OutputFormat, Opts.OutputFile); in parseWindresOptions()
408 if (Opts.OutputFormat == Rc) in parseWindresOptions()
410 if (Opts.InputFormat == Opts.OutputFormat) { in parseWindresOptions()
739 if (Opts.OutputFormat == Coff) { in main()
747 if (Opts.OutputFormat == Coff) { in main()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/
H A DConfigManager.cpp729 StringRef InputFormat, OutputFormat; in parseObjcopyOptions() local
732 OutputFormat = InputArgs.getLastArgValue(OBJCOPY_target); in parseObjcopyOptions()
735 OutputFormat = InputArgs.getLastArgValue(OBJCOPY_output_target); in parseObjcopyOptions()
750 Config.OutputFormat = StringSwitch<FileFormat>(OutputFormat) in parseObjcopyOptions()
754 if (Config.OutputFormat == FileFormat::Unspecified) { in parseObjcopyOptions()
755 if (OutputFormat.empty()) { in parseObjcopyOptions()
756 Config.OutputFormat = Config.InputFormat; in parseObjcopyOptions()
759 getOutputTargetInfoByTargetName(OutputFormat); in parseObjcopyOptions()
762 Config.OutputFormat = Target->Format; in parseObjcopyOptions()
1351 Config.OutputFormat = FileFormat::Unspecified; in parseStripOptions()
H A DCommonConfig.h150 FileFormat OutputFormat = FileFormat::Unspecified; member
H A Dllvm-objcopy.cpp157 switch (Config.OutputFormat) { in executeObjcopyOnRawBinary()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/InterfaceStub/
H A DELFObjHandler.cpp670 ELFTarget OutputFormat, bool WriteIfChanged) { in writeBinaryStub() argument
671 if (OutputFormat == ELFTarget::ELF32LE) in writeBinaryStub()
673 if (OutputFormat == ELFTarget::ELF32BE) in writeBinaryStub()
675 if (OutputFormat == ELFTarget::ELF64LE) in writeBinaryStub()
677 if (OutputFormat == ELFTarget::ELF64BE) in writeBinaryStub()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/InterfaceStub/
H A DELFObjHandler.h42 ELFTarget OutputFormat, bool WriteIfChanged = false);
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DDependencyOutputOptions.h51 DependencyOutputFormat OutputFormat = DependencyOutputFormat::Make; variable
H A DUtils.h144 DependencyOutputFormat OutputFormat; variable
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/dcn20/
H A Damdgpu_display_mode_vba_20v2.c83 enum output_format_class OutputFormat,
490 enum output_format_class OutputFormat, in CalculateDelayAfterScaler() argument
534 if (OutputFormat == dm_420 || (Interlace && ProgressiveToInterlaceUnitInOPP)) in CalculateDelayAfterScaler()
1821 if (mode_lib->vba.OutputFormat[k] == dm_420 in dml20v2_DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
1822 || mode_lib->vba.OutputFormat[k] == dm_n422) in dml20v2_DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
1860 mode_lib->vba.OutputFormat[k]) in dml20v2_DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
1862 mode_lib->vba.OutputFormat[k]); in dml20v2_DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
1874 mode_lib->vba.OutputFormat[k]) in dml20v2_DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
1876 mode_lib->vba.OutputFormat[k])); in dml20v2_DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
2136 …mode_lib->vba.SwathWidthY[k] / mode_lib->vba.HRatio[k], mode_lib->vba.OutputFormat[k], mode_lib->v… in dml20v2_DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
[all …]
H A Damdgpu_display_mode_vba_20.c78 enum output_format_class OutputFormat,
461 enum output_format_class OutputFormat, in CalculatePrefetchSchedule() argument
542 if (OutputFormat == dm_420 || (InterlaceEnable && ProgressiveToInterlaceUnitInOPP)) in CalculatePrefetchSchedule()
1785 if (mode_lib->vba.OutputFormat[k] == dm_420 in dml20_DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
1786 || mode_lib->vba.OutputFormat[k] == dm_n422) in dml20_DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
1824 mode_lib->vba.OutputFormat[k]) in dml20_DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
1826 mode_lib->vba.OutputFormat[k]); in dml20_DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
1838 mode_lib->vba.OutputFormat[k]) in dml20_DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
1840 mode_lib->vba.OutputFormat[k])); in dml20_DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
2114 mode_lib->vba.OutputFormat[k], in dml20_DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
[all …]
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/dcn21/
H A Damdgpu_display_mode_vba_21.c99 enum output_format_class OutputFormat,
652 enum output_format_class OutputFormat, in CalculatePrefetchSchedule() argument
751 if (OutputFormat == dm_420 || (myPipe->InterlaceEnable && ProgressiveToInterlaceUnitInOPP)) in CalculatePrefetchSchedule()
1772 if (mode_lib->vba.OutputFormat[k] == dm_420 in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
1773 || mode_lib->vba.OutputFormat[k] == dm_n422) in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
1811 mode_lib->vba.OutputFormat[k]) in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
1813 mode_lib->vba.OutputFormat[k]); in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
1825 mode_lib->vba.OutputFormat[k]) in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
1827 mode_lib->vba.OutputFormat[k])); in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
2176 mode_lib->vba.OutputFormat[k], in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profgen/
H A DProfileGenerator.cpp18 static cl::opt<SampleProfileFormat> OutputFormat( variable
94 auto WriterOrErr = SampleProfileWriter::create(OutputFilename, OutputFormat); in write()
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/
H A Ddisplay_mode_vba.h328 enum output_format_class OutputFormat[DC__NUM_DPP__MAX]; member
H A Damdgpu_display_mode_vba.c445 mode_lib->vba.OutputFormat[mode_lib->vba.NumberOfActivePlanes] = in fetch_pipe_params()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/
H A DELFObjcopy.cpp160 switch (Config.OutputFormat) { in createWriter()

12