Searched refs:berkeley (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/llvm/docs/CommandGuide/ |
| H A D | llvm-size.rst | 36 Equivalent to :option:`--format` with a value of ``berkeley``. 40 Include ELF common symbol sizes in bss size for ``berkeley`` output format, or 56 options are ``berkeley`` (the default), ``sysv`` and ``darwin``. 63 $ llvm-size --format=berkeley test.o test2.o 72 $ llvm-size --format=berkeley macho.obj macho2.obj 104 file format is specified, :program:`llvm-size` falls back to ``berkeley`` 160 Applies only to ``berkeley`` output format. Display the totals for all listed
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-size/ |
| H A D | invalid-symbol-table-size.test | 10 ## b) Test berkeley output format. 11 # RUN: not llvm-size --common --format=berkeley %t.32-bit.o 2>&1 | FileCheck -DSIZE=33 -DSYMSIZE=16… 12 # RUN: not llvm-size --common --format=berkeley %t.64-bit.o 2>&1 | FileCheck -DSIZE=49 -DSYMSIZE=24…
|
| H A D | unknown-format.test | 4 # CHECK: {{.*}}llvm-size{{.*}}: error: --format value should be one of: 'berkeley', 'darwin', 'sysv'
|
| H A D | macho-berkeley.test | 1 ## Show that llvm-size can print Mach-O files using berkeley-style output.
|
| H A D | elf-berkeley.test | 9 # RUN: llvm-size --format=berkeley %t.o \
|
| /llvm-project-15.0.7/llvm/tools/llvm-size/ |
| H A D | llvm-size.cpp | 71 enum OutputFormatTy { berkeley, sysv, darwin }; enumerator 370 else if (MachO && OutputFormat == berkeley) in printObjectSectionSizes() 573 if (OutputFormat == berkeley) { in printFileSectionSizes() 608 if (OutputFormat == berkeley) { in printFileSectionSizes() 699 if (OutputFormat == berkeley) { in printFileSectionSizes() 733 if (OutputFormat == berkeley) { in printFileSectionSizes() 775 if (OutputFormat == berkeley) { in printFileSectionSizes() 809 if (OutputFormat == berkeley) { in printFileSectionSizes() 839 if (OutputFormat == berkeley) { in printFileSectionSizes() 896 OutputFormat = berkeley; in main() [all …]
|
| H A D | Opts.td | 26 def : F<"B", "Alias for --format">, Alias<format_EQ>, AliasArgs<["berkeley"]>;
|
| /llvm-project-15.0.7/libc/benchmarks/ |
| H A D | RATIONALE.md | 160 memory](https://people.eecs.berkeley.edu/~rcs/research/interactive_latency.html)
|