Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp95 static LLVMContext &getGlobalContext() { in getGlobalContext() function
104 LLVMContextRef LLVMGetGlobalContext() { return wrap(&getGlobalContext()); } in LLVMGetGlobalContext()
277 return wrap(new Module(ModuleID, getGlobalContext())); in LLVMModuleCreateWithName()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc21823 {"_ZN4llvm16getGlobalContextEv", "llvm::getGlobalContext()"},