Lines Matching full:semantic
9 // NOOP-NOT: "-fno-semantic-interposition"
11 /// If -fno-semantic-interposition is specified and the target supports local
13 // RUN: %clang --sysroot=%S/Inputs --target=aarch64 %s -Werror -fPIC -fno-semantic-interposition -c…
14 // RUN: %clang --sysroot=%S/Inputs --target=riscv32 %s -Werror -fPIC -fno-semantic-interposition -c…
15 // RUN: %clang --sysroot=%S/Inputs --target=riscv64 %s -Werror -fPIC -fno-semantic-interposition -c…
16 // RUN: %clang --sysroot=%S/Inputs --target=i386 %s -Werror -fPIC -fno-semantic-interposition -c -#…
17 // RUN: %clang --sysroot=%S/Inputs --target=x86_64 %s -Werror -fPIC -fno-semantic-interposition -c …
19 // NO-NOT: "-fhalf-no-semantic-interposition"
21 /// If neither -fsemantic-interposition or -fno-semantic-interposition is specified,
22 /// or -fno-semantic-interposition is specified but the target does not support
25 /// not optimized out, semantic interposition at runtime is possible.
26 // RUN: %clang --sysroot=%S/Inputs --target=ppc64le %s -Werror -fPIC -fno-semantic-interposition -c…
30 // HALF: "-fhalf-no-semantic-interposition"