Home
last modified time | relevance | path

Searched refs:bsd (Results 1 – 13 of 13) sorted by relevance

/llvm-project-15.0.7/llvm/test/tools/llvm-nm/
H A Dformat-bsd.test1 ## --format-bsd is the default output format of llvm-nm. Show that the default
2 ## and bsd output (including its aliases) match to confirm this.
5 # RUN: llvm-nm %t.o --format=bsd > %t.formatbsd.txt
6 # RUN: llvm-nm %t.o -f bsd > %t.fbsd.txt
/llvm-project-15.0.7/llvm/test/Object/
H A Darchive-pad.test7 RUN: llvm-ar --format=bsd rc %t.a %t.o
8 RUN: llvm-ar p %t.a > %t.bsd.o
9 RUN: cmp %t.bsd.o %t.o
H A Darchive-format.test30 RUN: llvm-ar --format=bsd rc %t.a 0123456789abcde 0123456789abcdef
78 RUN: not llvm-ar --format=bsd rcT bad.a 0123456789abcde 0123456789abcdef 2>&1 | FileCheck --check-p…
H A Darchive-symtab.test149 # RUN: llvm-ar --format=bsd rcsU %t.a %p/Inputs/trivial-object-test.macho-x86-64 %p/Inputs/trivial-…
198 # RUN: llvm-ar --format=bsd rcsU %t.a %p/Inputs/trivial-object-test.macho-x86-64
206 # RUN: llvm-ar --format=bsd rcsD %t.a %p/Inputs/trivial-object-test.macho-x86-64 %p/Inputs/trivial-…
229 # RUN: llvm-ar rcs --format=bsd %t.a
/llvm-project-15.0.7/llvm/cmake/
H A Dconfig.guess513 echo m68k-tektronix-bsd
588 echo m68k-hp-bsd
710 9000/7??:4.3bsd:*:* | 9000/8?[79]:4.3bsd:*:* )
711 echo hppa1.1-hp-bsd
713 9000/8??:4.3bsd:*:*)
714 echo hppa1.0-hp-bsd
736 echo c1-convex-bsd
741 else echo c2-convex-bsd
745 echo c34-convex-bsd
748 echo c38-convex-bsd
[all …]
/llvm-project-15.0.7/llvm/tools/llvm-nm/
H A DOpts.td23 defm format : Eq<"format", "Specify output format: bsd (default), posix, sysv, darwin, just-symbols…
63 def : F<"B", "Alias for --format=bsd">, Alias<format_EQ>, AliasArgs<["bsd"]>;
H A Dllvm-nm.cpp86 enum OutputFormatTy { bsd, sysv, posix, darwin, just_symbols }; enumerator
712 if ((OutputFormat == bsd || OutputFormat == posix || in printSymbolList()
818 } else if (OutputFormat == bsd || (OutputFormat == darwin && !MachO)) { in printSymbolList()
2334 OutputFormat = bsd; in main()
/llvm-project-15.0.7/llvm/docs/CommandGuide/
H A Dllvm-nm.rst127 Use BSD output format. Alias for ``--format=bsd``.
172 Select an output format; *format* may be *sysv*, *posix*, *darwin*, *bsd* or
174 The default is *bsd*.
H A Dllvm-ar.rst264 This option allows for default, gnu, darwin or bsd ``<type>`` to be selected.
/llvm-project-15.0.7/llvm/lib/Support/
H A DCMakeLists.txt75 set(system_libs ${system_libs} bsd)
/llvm-project-15.0.7/llvm/tools/llvm-readobj/
H A Dllvm-readobj.cpp86 enum OutputFormatTy { bsd, sysv, posix, darwin, just_symbols }; enumerator
/llvm-project-15.0.7/llvm/test/Transforms/LoopVectorize/
H A Dif-pred-non-void.ll391 define void @test_scalar2scalar(i32* nocapture %asd, i32* nocapture %bsd) {
575 %isd.b = getelementptr inbounds i32, i32* %bsd, i64 %indvars.iv
594 define void @pr30172(i32* nocapture %asd, i32* nocapture %bsd) !dbg !5 {;
797 %isd.b = getelementptr inbounds i32, i32* %bsd, i64 %indvars.iv
H A Dvplan-printing.ll390 define void @debug_loc_vpinstruction(i32* nocapture %asd, i32* nocapture %bsd) !dbg !5 {