MCPcopy Create free account
hub / github.com/lief-project/LIEF / init

Function init

api/python/src/asm/aarch64/init.cpp:11–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9
10namespace LIEF::assembly::aarch64::py {
11void init(nb::module_& m) {
12 nb::module_ mod = m.def_submodule("aarch64");
13
14 create<OPCODE>(mod);
15 create<REG>(mod);
16 create<SYSREG>(mod);
17 create<Instruction>(mod);
18 create<Operand>(mod);
19}
20}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected