JITResult.getGlobal

Locate a given global within the built machine code. It must have been created using JITGlobalKind.EXPORTED. This returns is a pointer to the global.

class JITResult
void*
getGlobal
(
string name
)

Meta