Module rustc_sanitizers::kcfi::typeid
source · Expand description
Type metadata identifiers for 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::cfi::typeid::itanium_cxx_abi;
pub use crate::cfi::typeid::TypeIdOptions;
Functions§
- Returns a KCFI type metadata identifier for the specified FnAbi.
- Returns a KCFI type metadata identifier for the specified Instance.