Module rustc_sanitizers::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::typeid_for_fnabi;
pub use crate::cfi::typeid::typeid_for_instance;
pub use crate::cfi::typeid::TypeIdOptions;
Modules§
- Type metadata identifiers for LLVM Control Flow Integrity (CFI) and cross-language LLVM CFI support for the Rust compiler.