Searched refs:GlobalContext (Results 1 – 2 of 2) sorted by relevance
28 static ManagedStatic<LLVMContext> GlobalContext; variable31 return *GlobalContext; in getGlobalContext()
350 func GlobalContext() Context { return Context{C.LLVMGetGlobalContext()} } func