OmniSciDB  72c90bc290
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
LLVMGlobalContext.h File Reference
#include <llvm/IR/LLVMContext.h>
+ Include dependency graph for LLVMGlobalContext.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

llvm::LLVMContext & getGlobalLLVMContext ()
 

Function Documentation

llvm::LLVMContext& getGlobalLLVMContext ( )

Definition at line 26 of file LLVMGlobalContext.cpp.

References anonymous_namespace{LLVMGlobalContext.cpp}::g_global_context.

26  {
27  return *g_global_context;
28 }
llvm::ManagedStatic< llvm::LLVMContext > g_global_context