Lines Matching full:memory
1 // RUN: %clang --target=mips64-linux-gnu -fsanitize=memory %s -S -emit-llvm -o - | FileCheck %s --c…
2 // RUN: %clang --target=mips64el-unknown-linux-gnu -fsanitize=memory %s -S -emit-llvm -o - | FileCh…
3 // RUN: %clang --target=powerpc64-unknown-linux-gnu -fsanitize=memory %s -S -emit-llvm -o - | FileC…
4 // RUN: %clang --target=powerpc64le-unknown-linux-gnu -fsanitize=memory %s -S -emit-llvm -o - | Fil…
6 // Verify that -fsanitize=memory and -fsanitize=kernel-memory invoke MSan/KMSAN instrumentation.
8 // RUN: %clang --target=x86_64-unknown-linux -fsanitize=memory %s -S -emit-llvm -o - | FileChec…
9 // RUN: %clang -O1 --target=x86_64-unknown-linux -fsanitize=memory %s -S -emit-llvm -o - | FileChec…
10 // RUN: %clang -O2 --target=x86_64-unknown-linux -fsanitize=memory %s -S -emit-llvm -o - | FileChec…
11 // RUN: %clang -O3 --target=x86_64-unknown-linux -fsanitize=memory %s -S -emit-llvm -o - | FileChec…
12 // RUN: %clang --target=x86_64-unknown-linux -fsanitize=memory %s -S -emit-llvm -flto=thin -o -…
13 // RUN: %clang -O2 --target=x86_64-unknown-linux -fsanitize=memory %s -S -emit-llvm -flto=thin -o -…
14 // RUN: %clang --target=x86_64-unknown-linux -fsanitize=memory %s -S -emit-llvm -flto -o - | Fi…
15 // RUN: %clang -O2 --target=x86_64-unknown-linux -fsanitize=memory %s -S -emit-llvm -flto -o - | Fi…
17 // RUN: %clang --target=x86_64-unknown-linux -fsanitize=kernel-memory %s -S -emit-llvm -o - | …
18 // RUN: %clang -O1 --target=x86_64-unknown-linux -fsanitize=kernel-memory %s -S -emit-llvm -o - | …
19 // RUN: %clang -O2 --target=x86_64-unknown-linux -fsanitize=kernel-memory %s -S -emit-llvm -o - | …
20 // RUN: %clang -O3 --target=x86_64-unknown-linux -fsanitize=kernel-memory %s -S -emit-llvm -o - | …
21 // RUN: %clang --target=x86_64-unknown-linux -fsanitize=kernel-memory %s -S -emit-llvm -flto=th…
22 // RUN: %clang -O2 --target=x86_64-unknown-linux -fsanitize=kernel-memory %s -S -emit-llvm -flto=th…
23 // RUN: %clang --target=x86_64-unknown-linux -fsanitize=kernel-memory %s -S -emit-llvm -flto -o…
24 // RUN: %clang -O2 --target=x86_64-unknown-linux -fsanitize=kernel-memory %s -S -emit-llvm -flto -o…