Lines Matching refs:section
14 #pragma section(".my_seg", execute) // expected-note 2 {{#pragma entered her}}
34 #pragma section // expected-warning {{missing '(' after '#pragma section' - ignoring}}
35 #pragma section( // expected-warning {{expected a string literal for the section name in '#pragma s…
36 #pragma section(L".my_seg") // expected-warning {{expected a string literal for the section name in…
37 #pragma section(".my_seg" // expected-warning {{missing ')' after '#pragma section' - ignoring}}
38 #pragma section(".my_seg" 1 // expected-warning {{missing ')' after '#pragma section' - ignoring}}
39 #pragma section(".my_seg", // expected-warning {{expected action or ')' in '#pragma section' - ign…
40 #pragma section(".my_seg", read) // expected-error {{this causes a section type conflict with a pri…
41 #pragma section(".my_seg", bogus) // expected-warning {{unknown action 'bogus' for '#pragma section…
42 #pragma section(".my_seg", nopage) // expected-warning {{known but unsupported action 'nopage' for …
43 #pragma section(".my_seg", read, write) // expected-error {{this causes a section type conflict wit…
44 #pragma section(".my_seg", read, write, 1) // expected-warning {{expected action or ')' in '#pragm…