Home
last modified time | relevance | path

Searched refs:GlobalContext (Results 1 – 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
DCore.cpp75 static ManagedStatic<LLVMContext> GlobalContext; variable
81 LLVMContextRef LLVMGetGlobalContext() { return wrap(&*GlobalContext); } in LLVMGetGlobalContext()
248 return wrap(new Module(ModuleID, *GlobalContext)); in LLVMModuleCreateWithName()