MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / register

Method register

rust/src/calling_convention.rs:852–855  ·  view source on GitHub ↗
(self, name: &str)

Source from the content-addressed store, hash-verified

850 bool_arg!(are_argument_registers_used_for_var_args);
851
852 pub fn register(self, name: &str) -> Ref<CoreCallingConvention> {
853 let arch = self.arch_handle.clone();
854 register_calling_convention(arch.borrow(), name, self)
855 }
856}
857
858impl<A: Architecture> CallingConvention for ConventionBuilder<A> {

Callers

nothing calls this directly

Calls 3

cloneMethod · 0.45
borrowMethod · 0.45

Tested by

no test coverage detected