Home
last modified time | relevance | path

Searched full:contentarray (Results 1 – 10 of 10) sorted by relevance

/llvm-project/llvm/test/tools/yaml2obj/ELF/
H A Dcontent-array.yaml2 ## 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 Dnone-value.yaml28 ContentArray: [[TEST=<none>]]
/llvm-project/llvm/test/tools/llvm-readobj/ELF/MSP430/
H A Dbuild-attributes.test4 ## 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 Dstackmap.test26 ContentArray: [ [[VERSION=0x3]] ]
33 ContentArray: [ 0xFF ]
H A Dmips-reginfo.test25 ContentArray: [ 0xA, 0xB, 0xC, 0xD, ## Bit-mask of used general registers.
H A Dmips-got.test29 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 Dmips-options-sec.test68 ContentArray: [ [[KIND=0x1]], ## Kind. ODK_REGINFO == 1.
/llvm-project/llvm/test/tools/llvm-readobj/ELF/ARM/
H A Dattribute-big-endian.test21 ContentArray: [ 0x41, 0x00, 0x00, 0x00, 0x06, 0x61, 0x65, 0x61, 0x62, 0x69,
/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp1415 // 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 DELFObjectFileTest.cpp369 ContentArray: [ 0x11 ] in TEST()
374 ContentArray: [ 0x99 ] in TEST()