Home | History | Annotate | Download | only in CodeGen

Lines Matching full:darwin

3 // RUN: %clang -ccc-host-triple i386-apple-darwin -S -o - %s | \
4 // RUN: FileCheck --check-prefix=DARWIN %s
5 // DARWIN: f0:
6 // DARWIN: pushl %ebp
7 // DARWIN: ret
8 // DARWIN: f1:
9 // DARWIN: pushl %ebp
10 // DARWIN: ret
21 // RUN: %clang -ccc-host-triple i386-darwin -S -o - -fomit-frame-pointer %s | \
30 // RUN: %clang -ccc-host-triple i386-darwin -S -o - -momit-leaf-frame-pointer %s | \