Lines Matching full:options
4 ## Check we can use "Options", "Size" and "Content" alone to describe the data.
8 # RUN: | FileCheck %s --check-prefix=OPTIONS
10 # OPTIONS: Name: .linker-options1
11 # OPTIONS-NEXT: Type: SHT_LLVM_LINKER_OPTIONS
12 # OPTIONS-NEXT: Flags [
13 # OPTIONS-NEXT: ]
14 # OPTIONS-NEXT: Address: 0x0
15 # OPTIONS-NEXT: Offset: 0x40
16 # OPTIONS-NEXT: Size: 34
17 # OPTIONS-NEXT: Link: 0
18 # OPTIONS-NEXT: Info: 0
19 # OPTIONS-NEXT: AddressAlignment: 0
20 # OPTIONS-NEXT: EntrySize: 0
22 # OPTIONS: Name: .linker-options2
23 # OPTIONS-NEXT: Type: SHT_LLVM_LINKER_OPTIONS
24 # OPTIONS: SectionData (
25 # OPTIONS-NEXT: 0000: 00112233 |
26 # OPTIONS-NEXT: )
28 # OPTIONS: Name: .linker-options3
29 # OPTIONS-NEXT: Type: SHT_LLVM_LINKER_OPTIONS
30 # OPTIONS: SectionData (
31 # OPTIONS-NEXT: 0000: 00000000 |
32 # OPTIONS-NEXT: )
34 # OPTIONS: String dump of section '.linker-options1':
35 # OPTIONS-NEXT: [ 0] option 0
36 # OPTIONS-NEXT: [ 9] value 0
37 # OPTIONS-NEXT: [ 11] option 1
38 # OPTIONS-NEXT: [ 1a] value 1
48 Options:
60 ## Check that "Value" and "Name" fields are mandatory when using "Options" key.
74 - Name: .linker-options
76 Options:
85 - Name: .linker-options
87 Options:
90 ## Check we can't use "Options" or "Size" keys together with the "Content" key.
98 # TOGETHER: error: "Options" cannot be used with "Content" or "Size"
106 - Name: .linker-options
108 Options: [[OPTIONS=<none>]]
112 ## Check we can omit "Options", "Content" and "Size" keys. This produces an empty section.
118 # NONE: [ 1] .linker-options LLVM_LINKER_OPTIONS 0000000000000000 000040 000000
132 # CHECK-CONTENT: Name: .linker-options (1)