MCPcopy Index your code
hub / github.com/encounter/objdiff / write_opaque

Method write_opaque

objdiff-core/src/arch/arm.rs:514–520  ·  view source on GitHub ↗
(&mut self, value: F)

Source from the content-addressed store, hash-verified

512 }
513
514 fn write_opaque<F>(&mut self, value: F) -> core::fmt::Result
515 where F: unarm::FormatValue {
516 let mut string_fmt = unarm::StringFormatter::new(self.options);
517 value.write(&mut string_fmt)?;
518 self.write(InstructionPart::opaque(string_fmt.into_string()))?;
519 Ok(())
520 }
521}
522
523impl Write for ArgsFormatter<'_> {

Callers 11

write_regMethod · 0.80
write_status_regMethod · 0.80
write_status_fieldsMethod · 0.80
write_shift_opMethod · 0.80
write_coprocMethod · 0.80
write_co_regMethod · 0.80
write_aif_flagsMethod · 0.80
write_endiannessMethod · 0.80
write_sregMethod · 0.80
write_dregMethod · 0.80
write_fpscrMethod · 0.80

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected