| /llvm-project/llvm/test/tools/yaml2obj/ELF/ |
| H A D | content-array.yaml | 2 ## using the ContentArray key. 4 ## Check we are able to use ContentArray to create multi-line descriptions 35 ContentArray: [ 0x11, 0x22, 0x33, 0x44, ## .long 11223344 40 ## Check we do not allow using 'Content' and 'ContentArray' at the same time. 42 # BOTH: error: Content and ContentArray can't be used together 53 ContentArray: [ 0x1 ] 55 ## Check how the "Size" and the "ContentArray" keys can be used together. 69 ContentArray: [ 0x11, 0x22 ]
|
| H A D | none-value.yaml | 28 ContentArray: [[TEST=<none>]]
|
| /llvm-project/llvm/test/tools/llvm-readobj/ELF/MSP430/ |
| H A D | build-attributes.test | 4 ## ContentArray: [ 0x41, 0x16, 0x00, 0x00, 0x00, 0x6D, 0x73, 0x70, 0x61, 0x62, 94 ContentArray: [ 0x41, 0x16, 0x00, 0x00, 0x00, 0x6D, 0x73, 0x70, 0x61, 0x62, 112 ContentArray: [ 0x41, 0x16, 0x00, 0x00, 0x00, 0x6D, 0x73, 0x70, 0x61, 0x62, 129 ContentArray: [ 0x41, 0x16, 0x00, 0x00, 0x00, 0x6D, 0x73, 0x70, 0x61, 0x62, 146 ContentArray: [ 0x41, 0x16, 0x00, 0x00, 0x00, 0x6D, 0x73, 0x70, 0x61, 0x62, 163 ContentArray: [ 0x41, 0x16, 0x00, 0x00, 0x00, 0x6D, 0x73, 0x70, 0x61, 0x62, 180 ContentArray: [ 0x41, 0x18, 0x00, 0x00, 0x00, 0x6D, 0x73, 0x70, 0x61, 0x62, 197 ContentArray: [ 0x41, 0x18, 0x00, 0x00, 0x00, 0x6D, 0x73, 0x70, 0x61, 0x62, 215 ContentArray: [ 0x41, 0x18, 0x00, 0x00, 0x00, 0x6D, 0x73, 0x70, 0x61, 0x62,
|
| /llvm-project/llvm/test/tools/llvm-readobj/ELF/ |
| H A D | stackmap.test | 26 ContentArray: [ [[VERSION=0x3]] ] 33 ContentArray: [ 0xFF ]
|
| H A D | mips-reginfo.test | 25 ContentArray: [ 0xA, 0xB, 0xC, 0xD, ## Bit-mask of used general registers.
|
| H A D | mips-got.test | 29 ContentArray: [ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, ## Lazy resolver. 285 ContentArray: [ 0x00, 0x00, 0x00, 0x00, ## Lazy resolver. 354 ContentArray: [ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, ## Lazy resolver.
|
| H A D | mips-options-sec.test | 68 ContentArray: [ [[KIND=0x1]], ## Kind. ODK_REGINFO == 1.
|
| /llvm-project/llvm/test/tools/llvm-readobj/ELF/ARM/ |
| H A D | attribute-big-endian.test | 21 ContentArray: [ 0x41, 0x00, 0x00, 0x00, 0x06, 0x61, 0x65, 0x61, 0x62, 0x69,
|
| /llvm-project/llvm/lib/ObjectYAML/ |
| H A D | ELFYAML.cpp | 1415 // We also support reading a content as array of bytes using the ContentArray in sectionMapping() 1418 IO.mapOptional("ContentArray", Section.ContentBuf); 1421 IO.setError("Content and ContentArray can't be used together"); in sectionMapping()
|
| /llvm-project/llvm/unittests/Object/ |
| H A D | ELFObjectFileTest.cpp | 369 ContentArray: [ 0x11 ] in TEST() 374 ContentArray: [ 0x99 ] in TEST()
|