LLVM  3.7.0
Classes | Namespaces | Functions
LLVMContext.h File Reference
#include "llvm-c/Core.h"
#include "llvm/Support/CBindingWrapping.h"
#include "llvm/Support/Compiler.h"
#include "llvm/Support/Options.h"
Include dependency graph for LLVMContext.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  llvm::SmallVectorImpl< T >
 This class consists of common code factored out of the SmallVector class to reduce code duplication based on the SmallVector 'N' template parameter. More...
 
class  llvm::LLVMContext
 This is an important class for using LLVM in a threaded context. More...
 

Namespaces

 llvm
 Compute iterated dominance frontiers using a linear time algorithm.
 

Functions

LLVMContextllvm::getGlobalContext ()
 getGlobalContext - Returns a global context. More...
 
LLVMContext ** llvm::unwrap (LLVMContextRef *Tys)
 
LLVMContextRefllvm::wrap (const LLVMContext **Tys)