Module cfi

Source
Expand description

LLVM Control Flow Integrity (CFI) and cross-language LLVM CFI support for the Rust compiler.

For more information about LLVM CFI and cross-language LLVM CFI support for the Rust compiler, see design document in the tracking issue #89653.

Re-exports§

pub use crate::cfi::typeid::TypeIdOptions;
pub use crate::cfi::typeid::typeid_for_fnabi;
pub use crate::cfi::typeid::typeid_for_instance;

Modules§

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