Module traits

Source
Expand description

Interface of a Rust codegen backend

This crate defines all the traits that have to be implemented by a codegen backend in order to use the backend-agnostic codegen code in rustc_codegen_ssa.

The interface is designed around two backend-specific data structures, the codegen context and the builder. The codegen context is supposed to be read-only after its creation and during the actual codegen, while the builder stores the information about the function during codegen and is used to produce the instructions of the backend IR.

The traits contain associated types that are backend-specific, such as the backend’s value or basic blocks.

Modules§

abi 🔒
asm 🔒
backend 🔒
builder 🔒
consts 🔒
coverageinfo 🔒
debuginfo 🔒
declare 🔒
intrinsic 🔒
misc 🔒
statics 🔒
type_ 🔒
write 🔒

Enums§

GlobalAsmOperandRef
InlineAsmOperandRef
OverflowOp

Traits§

AbiBuilderMethods
ArgAbiBuilderMethods
AsmBuilderMethods
AsmCodegenMethods
BackendTypes
BaseTypeCodegenMethods
BuilderMethods
CodegenBackend
ConstCodegenMethods
CoverageInfoBuilderMethods
DebugInfoBuilderMethods
DebugInfoCodegenMethods
DerivedTypeCodegenMethods
ExtraBackendMethods
IntrinsicCallBuilderMethods
LayoutTypeCodegenMethods
MiscCodegenMethods
ModuleBufferMethods
PreDefineCodegenMethods
StaticBuilderMethods
StaticCodegenMethods
ThinBufferMethods
TypeMembershipCodegenMethods
WriteBackendMethods

Trait Aliases§

CodegenMethods
CodegenObject
TypeCodegenMethods