A destructor is present on this object, but not explicitly documented in the source.
A postblit is present on this object, but not explicitly documented in the source.
The underlying MIR context, for dropping down to the raw API.
Names of every function defined in the module.
Generate (lazily, then cache) the named C function and return it as a typed function pointer. Fn is the function-pointer type to retrieve, e.g. int function(int, int); its linkage and attributes are normalized, so the returned pointer is always extern(C) ... nothrow @nogc. A zero-parameter function is just get!(int function()).
True if a function with this name was compiled into the module.
A compiled C translation unit. Owns the MIR context; hands out typed native function pointers via get. Non-copyable; frees all code on destruction.