rustc_sanitizers/kcfi/mod.rs
1//! LLVM Kernel Control Flow Integrity (KCFI) and cross-language LLVM KCFI support for the Rust
2//! compiler.
3//!
4//! For more information about LLVM KCFI and cross-language LLVM KCFI support for the Rust compiler,
5//! see the tracking issue #123479.
6pub mod typeid;
7pub use crate::kcfi::typeid::{TypeIdOptions, typeid_for_fnabi, typeid_for_instance};