Module rustc_sanitizers::kcfi
source · Expand description
LLVM Kernel Control Flow Integrity (KCFI) and cross-language LLVM KCFI support for the Rust compiler.
For more information about LLVM KCFI and cross-language LLVM KCFI support for the Rust compiler, see the tracking issue #123479.
Re-exports§
pub use crate::kcfi::typeid::typeid_for_fnabi;
pub use crate::kcfi::typeid::typeid_for_instance;
pub use crate::kcfi::typeid::TypeIdOptions;
Modules§
- Type metadata identifiers for LLVM Kernel Control Flow Integrity (KCFI) and cross-language LLVM KCFI support for the Rust compiler.