| /freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-size/ |
| HD | llvm-size.cpp | 40 OutputFormat("format", cl::desc("Specify output format"), variable 370 if (OutputFormat == darwin && MachO) in printObjectSectionSizes() 374 else if (MachO && OutputFormat == berkeley) in printObjectSectionSizes() 376 else if (OutputFormat == sysv) { in printObjectSectionSizes() 564 if (OutputFormat == sysv) in printFileSectionSizes() 566 else if (MachO && OutputFormat == darwin) in printFileSectionSizes() 569 if (OutputFormat == berkeley) { in printFileSectionSizes() 596 if (OutputFormat == sysv) in printFileSectionSizes() 598 else if (MachO && OutputFormat == darwin) { in printFileSectionSizes() 604 if (OutputFormat == berkeley) { in printFileSectionSizes() [all …]
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/ |
| HD | DependencyFile.cpp | 187 OutputFormat(Opts.OutputFormat), InputFileIndex(0) { in DependencyFileGenerator() 277 DependencyOutputFormat OutputFormat) { in PrintFilename() argument 282 if (OutputFormat == DependencyOutputFormat::NMake) { in PrintFilename() 292 assert(OutputFormat == DependencyOutputFormat::Make); in PrintFilename() 362 PrintFilename(OS, File, OutputFormat); in outputDependencyFile() 374 PrintFilename(OS, *I, OutputFormat); in outputDependencyFile()
|
| HD | ASTConsumers.cpp | 41 OutputKind(K), OutputFormat(Format), FilterString(FilterString), in ASTPrinter() 95 D->dump(Out, OutputKind == DumpFull, OutputFormat); in print() 105 ASTDumpOutputFormat OutputFormat; member in __anon6bc981070111::ASTPrinter
|
| HD | CompilerInvocation.cpp | 1456 Opts.OutputFormat = DependencyOutputFormat::NMake; in ParseDependencyOutputArgs()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-cov/ |
| HD | SourceCoverageView.cpp | 78 case CoverageViewOptions::OutputFormat::Text: in create() 80 case CoverageViewOptions::OutputFormat::HTML: in create() 82 case CoverageViewOptions::OutputFormat::Lcov: in create() 143 case CoverageViewOptions::OutputFormat::Text: in create() 146 case CoverageViewOptions::OutputFormat::HTML: in create() 149 case CoverageViewOptions::OutputFormat::Lcov: in create()
|
| HD | CodeCoverage.cpp | 565 cl::opt<CoverageViewOptions::OutputFormat> Format( in run() 567 cl::values(clEnumValN(CoverageViewOptions::OutputFormat::Text, "text", in run() 569 clEnumValN(CoverageViewOptions::OutputFormat::HTML, "html", in run() 571 clEnumValN(CoverageViewOptions::OutputFormat::Lcov, "lcov", in run() 573 cl::init(CoverageViewOptions::OutputFormat::Text)); in run() 670 case CoverageViewOptions::OutputFormat::Text: in run() 675 case CoverageViewOptions::OutputFormat::HTML: in run() 680 case CoverageViewOptions::OutputFormat::Lcov: in run() 844 if (ViewOpts.Format == CoverageViewOptions::OutputFormat::Lcov) { in doShow() 941 (ViewOpts.Format == CoverageViewOptions::OutputFormat::HTML); in doShow() [all …]
|
| HD | CoverageViewOptions.h | 20 enum class OutputFormat { enum 39 OutputFormat Format;
|
| /freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-profdata/ |
| HD | llvm-profdata.cpp | 296 ProfileFormat OutputFormat, bool OutputSparse, in mergeInstrProfile() argument 301 if (OutputFormat != PF_Binary && OutputFormat != PF_Compact_Binary && in mergeInstrProfile() 302 OutputFormat != PF_Ext_Binary && OutputFormat != PF_Text) in mergeInstrProfile() 371 if (OutputFormat == PF_Text) { in mergeInstrProfile() 444 ProfileFormat OutputFormat, in handleExtBinaryWriter() argument 449 if (WriterList.size() > 0 && OutputFormat != PF_Ext_Binary) in handleExtBinaryWriter() 456 if (OutputFormat != PF_Ext_Binary) { in handleExtBinaryWriter() 469 ProfileFormat OutputFormat, in mergeSampleProfile() argument 519 SampleProfileWriter::create(OutputFilename, FormatMap[OutputFormat]); in mergeSampleProfile() 527 handleExtBinaryWriter(*Writer, OutputFormat, Buffer.get(), WriterList, in mergeSampleProfile() [all …]
|
| /freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-nm/ |
| HD | llvm-nm.cpp | 52 cl::opt<OutputFormatTy> OutputFormat( variable 59 cl::aliasopt(OutputFormat)); 732 if (OutputFormat == posix && MultipleFiles && printName) { in sortAndPrintSymbolList() 734 } else if (OutputFormat == bsd && MultipleFiles && printName) { in sortAndPrintSymbolList() 736 } else if (OutputFormat == sysv) { in sortAndPrintSymbolList() 753 printFormat = OutputFormat == posix ? "%" PRIo64 : "%016" PRIo64; in sortAndPrintSymbolList() 756 printFormat = OutputFormat == posix ? "%" PRIx64 : "%016" PRIx64; in sortAndPrintSymbolList() 759 printFormat = OutputFormat == posix ? "%" PRId64 : "%016" PRId64; in sortAndPrintSymbolList() 766 printFormat = OutputFormat == posix ? "%" PRIo64 : "%08" PRIo64; in sortAndPrintSymbolList() 769 printFormat = OutputFormat == posix ? "%" PRIx64 : "%08" PRIx64; in sortAndPrintSymbolList() [all …]
|
| /freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/ |
| HD | CopyConfig.cpp | 470 StringRef InputFormat, OutputFormat; in parseObjcopyOptions() local 473 OutputFormat = InputArgs.getLastArgValue(OBJCOPY_target); in parseObjcopyOptions() 476 OutputFormat = InputArgs.getLastArgValue(OBJCOPY_output_target); in parseObjcopyOptions() 491 Config.OutputFormat = StringSwitch<FileFormat>(OutputFormat) in parseObjcopyOptions() 495 if (Config.OutputFormat == FileFormat::Unspecified) { in parseObjcopyOptions() 496 if (OutputFormat.empty()) { in parseObjcopyOptions() 497 Config.OutputFormat = Config.InputFormat; in parseObjcopyOptions() 500 getOutputTargetInfoByTargetName(OutputFormat); in parseObjcopyOptions() 503 Config.OutputFormat = Target->Format; in parseObjcopyOptions() 948 Config.OutputFormat = FileFormat::Unspecified; in parseStripOptions()
|
| HD | CopyConfig.h | 155 FileFormat OutputFormat = FileFormat::Unspecified; member
|
| HD | llvm-objcopy.cpp | 147 switch (Config.OutputFormat) { in executeObjcopyOnRawBinary()
|
| /freebsd-11-stable/contrib/llvm-project/clang/include/clang/Frontend/ |
| HD | DependencyOutputOptions.h | 39 DependencyOutputFormat OutputFormat = DependencyOutputFormat::Make; variable
|
| HD | Utils.h | 143 DependencyOutputFormat OutputFormat; variable
|
| /freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/ |
| HD | ELFObjcopy.cpp | 157 switch (Config.OutputFormat) { in createWriter()
|
| /freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/ |
| HD | DeclBase.h | 1147 ASTDumpOutputFormat OutputFormat = ADOF_Default) const;
|