Searched full:contentarray (Results 1 – 7 of 7) sorted by relevance
/external/llvm-project/llvm/test/tools/yaml2obj/ELF/ |
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 ]
|
D | none-value.yaml | 28 ContentArray: [[TEST=<none>]]
|
/external/llvm-project/llvm/test/tools/llvm-readobj/ELF/ |
D | stackmap.test | 26 ContentArray: [ [[VERSION=0x3]] ] 33 ContentArray: [ 0xFF ]
|
D | mips-reginfo.test | 25 ContentArray: [ 0xA, 0xB, 0xC, 0xD, ## Bit-mask of used general registers.
|
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.
|
D | mips-options-sec.test | 68 ContentArray: [ [[KIND=0x1]], ## Kind. ODK_REGINFO == 1.
|
/external/llvm-project/llvm/lib/ObjectYAML/ |
D | ELFYAML.cpp | 1147 // We also support reading a content as array of bytes using the ContentArray in sectionMapping() 1150 IO.mapOptional("ContentArray", Section.ContentBuf); in sectionMapping() 1153 IO.setError("Content and ContentArray can't be used together"); in sectionMapping()
|