Lines Matching full:bucket
46 ## Check we can describe a SHT_HASH section using "Bucket" and "Chain" tags.
49 # RUN: llvm-readobj --sections --section-data %t2 | FileCheck %s --check-prefix=BUCKET-CHAIN
51 # BUCKET-CHAIN: Name: .hash
52 # BUCKET-CHAIN: Size:
53 # BUCKET-CHAIN-SAME: 28
54 # BUCKET-CHAIN: Link:
55 # BUCKET-CHAIN-SAME: 0
56 # BUCKET-CHAIN: SectionData (
57 # BUCKET-CHAIN-NEXT: 0000: 02000000 03000000 01000000 02000000 |
58 # BUCKET-CHAIN-NEXT: 0010: 03000000 04000000 05000000 |
59 # BUCKET-CHAIN-NEXT: )
69 Bucket: [ 1, 2 ]
72 ## Check we can't use "Content" and "Bucket" tags together.
74 # RUN: not yaml2obj --docnum=3 %s 2>&1 | FileCheck %s --check-prefix=CONTENT-BUCKET
76 # CONTENT-BUCKET: "Bucket" and "Chain" cannot be used with "Content" or "Size"
86 Bucket: [ 1 ]
106 ## Check we can't use "Bucket" without "Chain".
108 # RUN: not yaml2obj --docnum=5 %s 2>&1 | FileCheck %s --check-prefix=NO-BUCKET-OR-CHAIN
110 # NO-BUCKET-OR-CHAIN: error: "Bucket" and "Chain" must be used together
120 Bucket: [ 1 ]
122 ## Check we can't use "Chain" without "Bucket".
124 # RUN: not yaml2obj --docnum=6 %s 2>&1 | FileCheck %s --check-prefix=NO-BUCKET-OR-CHAIN
136 ## Check we emit an empty section if neither "Bucket", "Chain",
249 ## Check we can't use "Size" and "Bucket" tags together.
251 # RUN: not yaml2obj --docnum=12 %s 2>&1 | FileCheck %s --check-prefix=CONTENT-BUCKET
262 Bucket: [ 1 ]
309 Bucket: [ 1, 2 ]