Trait BackendTypes

Source
pub trait BackendTypes {
    type Value: CodegenObject;
    type Metadata: CodegenObject;
    type Function: CodegenObject;
    type BasicBlock: Copy;
    type Type: CodegenObject;
    type Funclet;
    type DIScope: Copy + Hash + PartialEq + Eq;
    type DILocation: Copy;
    type DIVariable: Copy;
}

Required Associated Types§

Implementors§

impl<'ll> BackendTypes for CodegenCx<'ll, '_>

impl<'ll, 'tcx> BackendTypes for GenericBuilder<'_, 'll, CodegenCx<'ll, 'tcx>>