Expand description
Transforms instances and types for LLVM CFI and cross-language LLVM CFI support using Itanium C++ ABI mangling.
For more information about LLVM CFI and cross-language LLVM CFI support for the Rust compiler, see design document in the tracking issue #89653.
Structsยง
- Transform
Ty ๐
Functionsยง
- default_
or_ ๐shim - implemented_
method ๐ - Determines if an instance represents a trait method implementation and returns the necessary information for type erasure.
- trait_
object_ ๐ty - transform_
instance ๐ - Transforms an instance for LLVM CFI and cross-language LLVM CFI support using Itanium C++ ABI mangling.
Type Aliasesยง
- Transform
TyOptions ๐ - Options for transform_ty.