Struct cretonne_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]

Important traits for Box<W>
[src]

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]

[src]

Set the string value of any setting by name. Read more

[src]

Enable a boolean setting or apply a preset. Read more

Auto Trait Implementations

impl Send for Builder

impl Sync for Builder