mirFindFunc

Find a function item by name across all loaded modules in ctx. Use this instead of MIR_get_global_item (declared in mir.h but not implemented).

extern (D) nothrow @nogc nothrow @nogc
MIR_item_t
mirFindFunc
(
MIR_context_t ctx
,
const(char)* name
)