Module 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::TypeIdOptions;
pub use crate::kcfi::typeid::typeid_for_fnabi;
pub use crate::kcfi::typeid::typeid_for_instance;

Modules§

typeid
Type metadata identifiers for LLVM Kernel Control Flow Integrity (KCFI) and cross-language LLVM KCFI support for the Rust compiler.