Lines Matching full:functions
1 // RUN: %clang -### --target=x86_64 -fprofile-use=default.profdata -fsplit-machine-functions %s 2>&…
2 // RUN: %clang -### --target=aarch64 -fprofile-use=default.profdata -fsplit-machine-functions %s 2>…
3 …et=x86_64 -fprofile-use=default.profdata -fsplit-machine-functions -fno-split-machine-functions %s…
5 // CHECK: "-fsplit-machine-functions"
8 // NEG-NOT: "-fsplit-machine-functions"
10 // RUN: %clang -### --target=x86_64-linux -flto -fsplit-machine-functions %s 2>&1 | FileCheck %s --…
11 … %clang -### --target=x86_64-linux -flto -fsplit-machine-functions -fno-split-machine-functions %s…
13 // LTO: "-plugin-opt=-split-machine-functions"
14 // LTO-NEG-NOT: "-plugin-opt=-split-machine-functions"
16 // RUN: not %clang -### -c --target=arm-unknown-linux -fsplit-machine-functions %s 2>&1 | FileCheck…
17 // ERR: error: unsupported option '-fsplit-machine-functions' for target
19 …N: %clang -### --target=arm-unknown-linux -fsplit-machine-functions -fno-split-machine-functions %s