Function cranelift_codegen::isa::lookup_variant [−][src]
pub fn lookup_variant(
triple: Triple,
variant: BackendVariant
) -> Result<Builder, LookupError>
Look for an ISA for the given triple
, selecting the backend variant given
by variant
if available.