Lines Matching +refs:llvm +refs:mode
49 Both of the above are controlled by the linker flag `--android-memtag-mode`
55 `-fsanitize-memtag-mode` allows to choose between ASYNC and SYNC.
57 This information can be queried using `llvm-readelf --memtag`.
80 It also does work related to stack tagging and permissive mode, which will be
192 Permissive MTE refers to a mode which, instead of crashing the process on an
197 This mode is only available for system services, not apps. It is implemented
205 When a system service [crashes in ASYNC mode], we set an impossible signal
211 [LLVM Project]: https://github.com/llvm/llvm-project/
218 [enables all three]: https://github.com/llvm/llvm-project/blob/e732d1ce86783b1d7fe30645fcb304341095…
219 [passed in]: https://github.com/llvm/llvm-project/blob/ff2e619dfcd77328812a42d2ba2b11c3ff96f410/cla…
220 [passed in by the clang driver]: https://github.com/llvm/llvm-project/blob/ff2e619dfcd77328812a42d2…
221 [adding the Android-specific ELF note]: https://github.com/llvm/llvm-project/blob/435cb0dc5eca08cdd…
223 [add appropriate dynamic sections]: https://github.com/llvm/llvm-project/blob/7022498ac2f236e411e8a…
227 [AArch64StackTagging]: https://github.com/llvm/llvm-project/blob/main/llvm/lib/Target/AArch64/AArch…
228 [scudo's memtag.h]: https://github.com/llvm/llvm-project/blob/main/compiler-rt/lib/scudo/standalone…
229 [combined.h]: https://github.com/llvm/llvm-project/blob/main/compiler-rt/lib/scudo/standalone/combi…
230 [secondary.h]: https://github.com/llvm/llvm-project/blob/main/compiler-rt/lib/scudo/standalone/seco…
243 [crashes in ASYNC mode]: https://cs.android.com/android/platform/superproject/main/+/main:system/co…