Function cranelift_codegen::isa::lookup_by_name [−][src]
pub fn lookup_by_name(name: &str) -> Result<Builder, LookupError>
Look for a supported ISA with the given name
.
Return a builder that can create a corresponding TargetIsa
.