Searched defs:GlobalContext (Results 1 – 2 of 2) sorted by relevance
360 func GlobalContext() Context { return Context{C.LLVMGetGlobalContext()} } func
75 static ManagedStatic<LLVMContext> GlobalContext; variable