Module rustc_sanitizers::cfi::typeid
source · Expand description
Type metadata identifiers for 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.
Modules§
- Type metadata identifiers (using Itanium C++ ABI mangling for encoding) for LLVM Control Flow Integrity (CFI) and cross-language LLVM CFI support.
Structs§
- Options for typeid_for_fnabi.
Functions§
- Returns a type metadata identifier for the specified FnAbi.
- Returns a type metadata identifier for the specified Instance.