Searched refs:yaml2obj (Results 1 – 25 of 910) sorted by relevance
12345678910>>...37
/external/llvm-project/llvm/test/tools/llvm-readobj/ELF/ |
D | file-header-machine-types.test | 3 # RUN: yaml2obj %s -o %t.none.o -D MACHINE=EM_NONE 6 # RUN: yaml2obj %s -o %t.m32.o -D MACHINE=EM_M32 9 # RUN: yaml2obj %s -o %t.sparc.o -D MACHINE=EM_SPARC 12 # RUN: yaml2obj %s -o %t.386.o -D MACHINE=EM_386 15 # RUN: yaml2obj %s -o %t.68k.o -D MACHINE=EM_68K 18 # RUN: yaml2obj %s -o %t.88k.o -D MACHINE=EM_88K 21 # RUN: yaml2obj %s -o %t.iamcu.o -D MACHINE=EM_IAMCU 24 # RUN: yaml2obj %s -o %t.860.o -D MACHINE=EM_860 27 # RUN: yaml2obj %s -o %t.mips.o -D MACHINE=EM_MIPS 30 # RUN: yaml2obj %s -o %t.s370.o -D MACHINE=EM_S370 [all …]
|
D | amdgpu-elf-headers.test | 1 # RUN: yaml2obj %s -o %t -DCPU=GFX600 4 # RUN: yaml2obj %s -o %t -DCPU=GFX601 7 # RUN: yaml2obj %s -o %t -DCPU=GFX602 10 # RUN: yaml2obj %s -o %t -DCPU=GFX700 13 # RUN: yaml2obj %s -o %t -DCPU=GFX701 16 # RUN: yaml2obj %s -o %t -DCPU=GFX702 19 # RUN: yaml2obj %s -o %t -DCPU=GFX703 22 # RUN: yaml2obj %s -o %t -DCPU=GFX704 25 # RUN: yaml2obj %s -o %t -DCPU=GFX705 28 # RUN: yaml2obj %s -o %t -DCPU=GFX801 [all …]
|
D | note-core.test | 4 # RUN: yaml2obj %s -DTYPE=0x1 -o %t1.o 9 # RUN: yaml2obj %s -DTYPE=0x2 -o %t2.o 14 # RUN: yaml2obj %s -DTYPE=0x3 -o %t3.o 19 # RUN: yaml2obj %s -DTYPE=0x4 -o %t4.o 24 # RUN: yaml2obj %s -DTYPE=0x6 -o %t5.o 29 # RUN: yaml2obj %s -DTYPE=0xA -o %t6.o 34 # RUN: yaml2obj %s -DTYPE=0xC -o %t7.o 39 # RUN: yaml2obj %s -DTYPE=0xD -o %t8.o 44 # RUN: yaml2obj %s -DTYPE=0x10 -o %t9.o 49 # RUN: yaml2obj %s -DTYPE=0x11 -o %t10.o [all …]
|
D | mips-abiflags.test | 4 # RUN: yaml2obj %s -DBITS=32 -DENCODE=LSB -o %t.le32 7 # RUN: yaml2obj %s -DBITS=32 -DENCODE=MSB -o %t.be32 10 # RUN: yaml2obj %s -DBITS=64 -DENCODE=LSB -o %t.le64 13 # RUN: yaml2obj %s -DBITS=64 -DENCODE=MSB -o %t.be64 76 # RUN: yaml2obj %s -DVERSION=0 -o %t.version.a 87 # RUN: yaml2obj %s -DVERSION=0xffff -o %t.version.b 100 # RUN: yaml2obj %s -DISAREV=1 -DISA=MIPS1 -o %t.isa1 106 # RUN: yaml2obj %s -DISAREV=1 -DISA=MIPS2 -o %t.isa2 110 # RUN: yaml2obj %s -DISAREV=1 -DISA=MIPS3 -o %t.isa3 114 # RUN: yaml2obj %s -DISAREV=1 -DISA=MIPS4 -o %t.isa4 [all …]
|
D | file-header-os-abi.test | 4 # RUN: yaml2obj %s -DOSABI=ELFOSABI_NONE -o %t.osabi.none 20 # RUN: yaml2obj %s -DOSABI=ELFOSABI_HPUX -o %t.osabi.hpux 28 # RUN: yaml2obj %s -DOSABI=ELFOSABI_NETBSD -o %t.osabi.netbsd 36 # RUN: yaml2obj %s -DOSABI=ELFOSABI_LINUX -o %t.osabi.linux 44 # RUN: yaml2obj %s -DOSABI=ELFOSABI_HURD -o %t.osabi.hurd 52 # RUN: yaml2obj %s -DOSABI=ELFOSABI_SOLARIS -o %t.osabi.solaris 60 # RUN: yaml2obj %s -DOSABI=ELFOSABI_AIX -o %t.osabi.aix 68 # RUN: yaml2obj %s -DOSABI=ELFOSABI_IRIX -o %t.osabi.irix 76 # RUN: yaml2obj %s -DOSABI=ELFOSABI_FREEBSD -o %t.osabi.freebsd 84 # RUN: yaml2obj %s -DOSABI=ELFOSABI_TRU64 -o %t.osabi.tru64 [all …]
|
D | types.test | 2 # RUN: yaml2obj %s -DTYPE=ET_NONE -o %t.none 15 # RUN: yaml2obj %s -DTYPE=ET_REL -o %t.rel 22 # RUN: yaml2obj %s -DTYPE=ET_EXEC -o %t.exec 29 # RUN: yaml2obj %s -DTYPE=ET_DYN -o %t.so 36 # RUN: yaml2obj %s -DTYPE=ET_CORE -o %t.core 44 # RUN: yaml2obj %s -DTYPE=0x42 -o %t.unknown 52 # RUN: yaml2obj %s -DTYPE=0xfe00 -o %t.os 60 # RUN: yaml2obj %s -DTYPE=0xff00 -o %t.proc
|
D | file-types.test | 3 # RUN: yaml2obj %s -DTYPE=ET_NONE -o %t1 19 # RUN: yaml2obj %s -DTYPE=ET_REL -o %t2 29 # RUN: yaml2obj %s -DTYPE=ET_EXEC -o %t3 39 # RUN: yaml2obj %s -DTYPE=ET_DYN -o %t4 49 # RUN: yaml2obj %s -DTYPE=ET_CORE -o %t5 59 # RUN: yaml2obj %s -DTYPE=0xfe00 -o %t6 69 # RUN: yaml2obj %s -DTYPE=0xfeff -o %t7 79 # RUN: yaml2obj %s -DTYPE=0xff00 -o %t8 89 # RUN: yaml2obj %s -DTYPE=0xffff -o %t9
|
D | file-header-format.test | 8 # RUN: yaml2obj %s -o %t.none64.o 11 # RUN: yaml2obj %s -o %t.none32.o -DCLASS=32 14 # RUN: yaml2obj %s -o %t.i386-32.o -DMACHINE=EM_386 -DCLASS=32 17 # RUN: yaml2obj %s -o %t.x86_64.o -DMACHINE=EM_X86_64
|
/external/llvm-project/llvm/test/tools/yaml2obj/ |
D | help.test | 3 # RUN: yaml2obj -h | FileCheck %s --check-prefixes=CHECK,CATEG --implicit-check-not=Options: 4 # RUN: yaml2obj --help | FileCheck %s --check-prefixes=CHECK,CATEG --implicit-check-not=Options: 5 # RUN: yaml2obj --help-list | FileCheck %s --implicit-check-not=Options: 8 # CHECK: USAGE: yaml2obj{{(.exe)?}} [options] <input file>{{$}} 11 # CATEG: yaml2obj Options:
|
/external/llvm-project/llvm/test/tools/llvm-objdump/X86/ |
D | disassemble-same-section-addr.test | 8 # RUN: yaml2obj %s --docnum=1 -o %t1 -D SIZE1=0 -D SIZE2=0 -D SECTION=.second -D INDEX=SHN_ABS 10 # RUN: yaml2obj %s --docnum=1 -o %t2 -D SIZE1=0 -D SIZE2=0 -D SECTION=.first -D INDEX=SHN_ABS 14 # RUN: yaml2obj %s --docnum=1 -o %t3 -D SIZE1=1 -D SIZE2=0 -D SECTION=.second -D INDEX=SHN_ABS 16 # RUN: yaml2obj %s --docnum=1 -o %t4 -D SIZE1=0 -D SIZE2=1 -D SECTION=.first -D INDEX=SHN_ABS 20 # RUN: yaml2obj %s --docnum=1 -o %t5 -D SIZE1=1 -D SIZE2=0 -D SECTION=.caller -D INDEX=SHN_ABS 25 # RUN: yaml2obj %s --docnum=1 -o %t6 -D SIZE1=1 -D SIZE2=0 -D SECTION=.caller -D INDEX=SHN_LOPROC 67 # RUN: yaml2obj %s --docnum=2 -o %t7 -D SIZE1=0 -D SIZE2=0 -D SYMVAL1=0x5 -D SYMVAL2=0x5 71 # RUN: yaml2obj %s --docnum=2 -o %t8 -D SIZE1=1 -D SIZE2=0 -D SYMVAL1=0x5 -D SYMVAL2=0x5 73 # RUN: yaml2obj %s --docnum=2 -o %t9 -D SIZE1=0 -D SIZE2=1 -D SYMVAL1=0x5 -D SYMVAL2=0x5 78 # RUN: yaml2obj %s --docnum=2 -o %t10 -D SIZE1=1 -D SIZE2=0 -D SYMVAL1=0x6 -D SYMVAL2=0x5 [all …]
|
/external/llvm-project/lldb/test/API/functionalities/postmortem/minidump-new/ |
D | TestMiniDumpUUID.py | 37 self.yaml2obj(yaml_file, minidump_path) 156 self.yaml2obj("libuuidmatch.yaml", so_path) 177 self.yaml2obj("libuuidmismatch.yaml", so_path) 198 self.yaml2obj("libbreakpad.yaml", so_path) 218 self.yaml2obj("libbreakpad.yaml", so_path) 238 self.yaml2obj("libbreakpad-decoy.yaml", decoy_path) 243 self.yaml2obj("libbreakpad.yaml", so_path) 260 self.yaml2obj("libbreakpad-overflow.yaml", so_path) 280 self.yaml2obj("libbreakpad.yaml", so_path) 301 self.yaml2obj("libbreakpad.yaml", so_path) [all …]
|
/external/llvm-project/lldb/packages/Python/lldbsuite/test/ |
D | configuration.py | 61 yaml2obj = None variable 159 if yaml2obj and os.path.lexists(yaml2obj): 160 return yaml2obj
|
/external/llvm-project/llvm/test/tools/llvm-lipo/ |
D | create-default-alignment.test | 1 # RUN: yaml2obj %p/Inputs/i386-slice.yaml -o %t-i386.o 2 # RUN: yaml2obj %p/Inputs/x86_64-slice.yaml -o %t-x86_64.o 6 # RUN: yaml2obj %p/Inputs/i386-x86_64-universal.yaml -o %t-universal.o 9 # RUN: yaml2obj %p/Inputs/armv7-slice.yaml -o %t-armv7.o 10 # RUN: yaml2obj %p/Inputs/arm64-slice.yaml -o %t-arm64.o
|
/external/llvm/test/Object/ |
D | yaml2obj-elf-bits-endian.test | 1 RUN: yaml2obj %p/Inputs/ELF/LE64.yaml | llvm-readobj -file-headers - | FileCheck %s --check-prefix … 2 RUN: yaml2obj %p/Inputs/ELF/BE64.yaml | llvm-readobj -file-headers - | FileCheck %s --check-prefix … 3 RUN: yaml2obj %p/Inputs/ELF/LE32.yaml | llvm-readobj -file-headers - | FileCheck %s --check-prefix … 4 RUN: yaml2obj %p/Inputs/ELF/BE32.yaml | llvm-readobj -file-headers - | FileCheck %s --check-prefix …
|
D | yaml2obj-elf-multi-doc.test | 1 # RUN: yaml2obj -docnum=1 %s \ 3 # RUN: yaml2obj -docnum=2 %s \ 5 # RUN: not yaml2obj -docnum=3 %s 2>&1 \ 10 # DOC3: yaml2obj: Cannot find the 3rd document
|
D | yaml2obj-coff-multi-doc.test | 1 # RUN: yaml2obj -docnum=1 %s \ 3 # RUN: yaml2obj -docnum=2 %s \ 5 # RUN: not yaml2obj -docnum=3 %s 2>&1 \ 10 # DOC3: yaml2obj: Cannot find the 3rd document
|
/external/llvm-project/lld/test/COFF/ |
D | entry-inference4.test | 1 # RUN: sed 's/ENTRY1/WinMain/;s/ENTRY2/main/' %s | yaml2obj > %t.obj 5 # RUN: sed 's/ENTRY1/wWinMain/;s/ENTRY2/main/' %s | yaml2obj > %t.obj 9 # RUN: sed 's/ENTRY1/WinMain/;s/ENTRY2/main/' %s | yaml2obj > %t.obj 13 # RUN: sed 's/ENTRY1/WinMain/;s/ENTRY2/wmain/' %s | yaml2obj > %t.obj 17 # RUN: sed 's/ENTRY1/wmain/;s/ENTRY2/main/' %s | yaml2obj > %t.obj 21 # RUN: sed 's/ENTRY1/wWinMain/;s/ENTRY2/WinMain/' %s | yaml2obj > %t.obj
|
D | machine.test | 1 # RUN: yaml2obj %p/Inputs/machine-x64.yaml -o %t.obj 10 # RUN: yaml2obj %p/Inputs/machine-x86.yaml -o %t.obj 19 # RUN: yaml2obj %p/Inputs/machine-x64.yaml -o %t.obj 24 # RUN: yaml2obj %p/Inputs/machine-x86.yaml -o %t1.obj 25 # RUN: sed -e s/main/foo/ %p/Inputs/machine-x64.yaml | yaml2obj > %t2.obj
|
/external/llvm-project/llvm/test/tools/llvm-objcopy/MachO/ |
D | min-version-load-commands.test | 6 # RUN: yaml2obj %p/Inputs/min_iphoneos_version_lc.yaml -o %t.iphoneos 10 # RUN: yaml2obj %p/Inputs/min_macos_version_lc.yaml -o %t.macos 14 # RUN: yaml2obj %p/Inputs/min_tvos_version_lc.yaml -o %t.tvos 18 # RUN: yaml2obj %p/Inputs/min_watchos_version_lc.yaml -o %t.watchos
|
/external/llvm-project/lld/test/ELF/ |
D | mips-elf-flags-err.test | 6 # RUN: yaml2obj --docnum=1 %s -o %t-n64.o 7 # RUN: yaml2obj --docnum=2 %s -o %t-o64.o 8 # RUN: yaml2obj --docnum=3 %s -o %t-n32.o 9 # RUN: yaml2obj --docnum=4 %s -o %t-o32.o 10 # RUN: yaml2obj --docnum=5 %s -o %t-eabi64.o 11 # RUN: yaml2obj --docnum=6 %s -o %t-eabi32.o
|
D | mips-fp-flags-err.test | 6 # RUN: yaml2obj --docnum=1 %s -o %t-dbl.o 7 # RUN: yaml2obj --docnum=2 %s -o %t-sgl.o 8 # RUN: yaml2obj --docnum=3 %s -o %t-soft.o 9 # RUN: yaml2obj --docnum=4 %s -o %t-fp64.o 10 # RUN: yaml2obj --docnum=5 %s -o %t-fp64old.o 11 # RUN: yaml2obj --docnum=6 %s -o %t-fp64a.o 12 # RUN: yaml2obj --docnum=7 %s -o %t-fpxx.o
|
/external/llvm-project/llvm/test/tools/llvm-objdump/ |
D | malformed-archives.test | 8 # RUN: yaml2obj --docnum=1 -DFIRST="Size: '1%'" %s -o %t.libbogus1a.a 12 # RUN: yaml2obj --docnum=1 %s -o %t.libbogus1b.a 25 # RUN: yaml2obj --docnum=2 %s -o %t.libbogus2.a 38 # RUN: yaml2obj --docnum=3 %s -o %t.libbogus3.a 50 # RUN: yaml2obj --docnum=4 %s -o %t.libbogus4.a 63 # RUN: yaml2obj --docnum=5 %s -o %t.libbogus5.a 77 # RUN: yaml2obj --docnum=6 %s -o %t.libbogus6.a 89 # RUN: yaml2obj --docnum=7 %s -o %t.libbogus7.a 102 # RUN: yaml2obj --docnum=8 %s -o %t.libbogus8.a 115 # RUN: yaml2obj --docnum=9 %s -o %t.libbogus9.a [all …]
|
/external/llvm-project/llvm/test/tools/llvm-readobj/ELF/RISCV/ |
D | attributes-invalid.test | 7 # RUN: yaml2obj %s -D BITS=32 -DCONTENT=42 -o %t1.32.o 10 # RUN: yaml2obj %s -D BITS=64 -DCONTENT=42 -o %t1.64.o 35 # RUN: yaml2obj %s -D BITS=32 -DCONTENT=4100000000 -o %t2.32.o 38 # RUN: yaml2obj %s -D BITS=64 -DCONTENT=4100000000 -o %t2.64.o 52 # RUN: yaml2obj %s -DCONTENT=41 -o %t3.o 62 # RUN: yaml2obj %s -DCONTENT="''" -DSHOFFSET=0xffffffff -o %t4.o 70 # RUN: yaml2obj %s -DCONTENT="''" -o %t5.o
|
/external/llvm-project/llvm/test/Object/ |
D | invalid.test | 4 # RUN: yaml2obj %s --docnum=1 -o %t1 22 # RUN: yaml2obj %s --docnum=2 -o %t2 52 # RUN: yaml2obj %s --docnum=3 -o %t3 79 # RUN: yaml2obj %s --docnum=4 -o %t4 98 # RUN: yaml2obj %s --docnum=5 -o %t5 118 # RUN: yaml2obj %s --docnum=6 -o %t6 138 # RUN: yaml2obj %s --docnum=7 -o %t7 159 # RUN: yaml2obj %s --docnum=8 -o %t8 178 # RUN: yaml2obj %s --docnum=9 -o %t9 196 # RUN: yaml2obj %s --docnum=10 -o %t10 [all …]
|
/external/llvm-project/llvm/test/tools/llvm-nm/ |
D | invalid-symbol-table-size.test | 5 # RUN: yaml2obj -DBITS=32 -DSIZE=33 -DDYNSIZE=32 %s -o %t.32-bit.o 7 # RUN: yaml2obj -DBITS=64 -DSIZE=49 -DDYNSIZE=48 %s -o %t.64-bit.o 11 # RUN: yaml2obj -DBITS=32 -DSIZE=32 -DDYNSIZE=33 %s -o %t.32-bit.o 13 # RUN: yaml2obj -DBITS=64 -DSIZE=48 -DDYNSIZE=49 %s -o %t.64-bit.o
|
12345678910>>...37