Home | History | Annotate | Download | only in Bitcode

Lines Matching full:attributes

210 ; CHECK: attributes #0 = { noreturn }
211 ; CHECK: attributes #1 = { nounwind }
212 ; CHECK: attributes #2 = { readnone }
213 ; CHECK: attributes #3 = { readonly }
214 ; CHECK: attributes #4 = { noinline }
215 ; CHECK: attributes #5 = { alwaysinline }
216 ; CHECK: attributes #6 = { optsize }
217 ; CHECK: attributes #7 = { ssp }
218 ; CHECK: attributes #8 = { sspreq }
219 ; CHECK: attributes #9 = { noredzone }
220 ; CHECK: attributes #10 = { noimplicitfloat }
221 ; CHECK: attributes #11 = { naked }
222 ; CHECK: attributes #12 = { inlinehint }
223 ; CHECK: attributes #13 = { alignstack=4 }
224 ; CHECK: attributes #14 = { returns_twice }
225 ; CHECK: attributes #15 = { uwtable }
226 ; CHECK: attributes #16 = { nonlazybind }
227 ; CHECK: attributes #17 = { sanitize_address }
228 ; CHECK: attributes #18 = { sanitize_thread }
229 ; CHECK: attributes #19 = { sanitize_memory }
230 ; CHECK: attributes #20 = { "cpu"="cortex-a8" }
231 ; CHECK: attributes #21 = { sspstrong }
232 ; CHECK: attributes #22 = { minsize }
233 ; CHECK: attributes #23 = { nobuiltin }