Struct cranelift_codegen::isa::Builder [−][src]
pub struct Builder { /* fields omitted */ }Builder for a TargetIsa.
Modify the ISA-specific settings before creating the TargetIsa trait object with finish.
Methods
impl Builder[src]
impl BuilderⓘImportant traits for Box<R>pub fn finish(self, shared_flags: Flags) -> Box<TargetIsa>[src]
ⓘImportant traits for Box<R>
pub fn finish(self, shared_flags: Flags) -> Box<TargetIsa>Combine the ISA-specific settings with the provided ISA-independent settings and allocate a
fully configured TargetIsa trait object.
Trait Implementations
impl Configurable for Builder[src]
impl Configurable for Builder