Lines Matching refs:EMPTY
259 # RUN: yaml2obj --docnum=2 -DCONTENT='[]' %s | obj2yaml | FileCheck %s --check-prefix=EMPTY-CONTENT
261 # EMPTY-CONTENT: Sections:
262 # EMPTY-CONTENT-NEXT: - sectname: __debug_str
263 # EMPTY-CONTENT-NEXT: segname: __DWARF
264 # EMPTY-CONTENT-NEXT: addr: 0x0
265 # EMPTY-CONTENT-NEXT: size: 0
266 # EMPTY-CONTENT-NEXT: offset: 0x210
267 # EMPTY-CONTENT-NEXT: align: 0
268 # EMPTY-CONTENT-NEXT: reloff: 0x0
269 # EMPTY-CONTENT-NEXT: nreloc: 0
270 # EMPTY-CONTENT-NEXT: flags: 0x0
271 # EMPTY-CONTENT-NEXT: reserved1: 0x0
272 # EMPTY-CONTENT-NEXT: reserved2: 0x0
273 # EMPTY-CONTENT-NEXT: reserved3: 0x0
274 # EMPTY-CONTENT-NEXT: DWARF:
275 # EMPTY-CONTENT-NEXT: debug_str: []
318 …obj --docnum=2 -DCONTENT='[ "" ]' -DSIZE=1 %s | obj2yaml | FileCheck %s --check-prefix=EMPTY-STRING
320 # EMPTY-STRING: DWARF:
321 # EMPTY-STRING-NEXT: debug_str:
322 # EMPTY-STRING-NEXT: - ''
323 # EMPTY-STRING-NEXT: ...