Lines Matching refs:Clang
602 An architecture should select this if it supports Clang's Shadow
607 bool "Clang Shadow Call Stack"
611 This option enables Clang's Shadow Call Stack, which uses a
614 Clang's documentation:
633 Selected if the kernel will be built using Clang's LTO feature.
639 - compiling with Clang,
640 - compiling inline assembly with Clang's integrated assembler,
646 An architecture should select this option if it can support Clang's
651 # Clang >= 11: https://github.com/ClangBuiltLinux/linux/issues/510
660 The compiler and Kconfig options support building with Clang's
679 bool "Clang Full LTO (EXPERIMENTAL)"
684 This option enables Clang's full Link Time Optimization (LTO), which
698 bool "Clang ThinLTO (EXPERIMENTAL)"
702 This option enables Clang's ThinLTO, which allows for parallel
705 from Clang's documentation:
715 An architecture should select this option if it can support Clang's
719 bool "Use Clang's Control Flow Integrity (CFI)"
721 # Clang >= 12:
727 This option enables Clang’s forward-edge Control Flow Integrity
733 found from Clang's documentation: