MCPcopy Create free account
hub / github.com/IntegralPilot/rustc_codegen_jvm / target_cpu

Method target_cpu

src/lib.rs:621–627  ·  view source on GitHub ↗
(&self, sess: &Session)

Source from the content-addressed store, hash-verified

619 .map(|trait_ref| {
620 trait_ref
621 .instantiate(tcx, instance.args)
622 .skip_norm_wip()
623 .def_id
624 })
625 .or_else(|| assoc_item.trait_container(tcx));
626 let implemented_trait = implemented_trait_def_id.map(|trait_def_id| {
627 let trait_name = lower1::jvm_names::class_for_def_id(tcx, trait_def_id);
628 ensure_trait_interface(tcx, trait_def_id, &mut oomir_module.data_types);
629 oomir_function
630 .signature

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected