Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp92 static LLVMContext &getGlobalContext() { in getGlobalContext() function
101 LLVMContextRef LLVMGetGlobalContext() { return wrap(&getGlobalContext()); } in LLVMGetGlobalContext()
270 return wrap(new Module(ModuleID, getGlobalContext())); in LLVMModuleCreateWithName()