|
LLVM
3.7.0
|
#include "llvm-c/Core.h"#include "llvm/Support/CBindingWrapping.h"#include "llvm/Support/Compiler.h"#include "llvm/Support/Options.h"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 | |
| LLVMContext & | llvm::getGlobalContext () |
| getGlobalContext - Returns a global context. More... | |
| LLVMContext ** | llvm::unwrap (LLVMContextRef *Tys) |
| LLVMContextRef * | llvm::wrap (const LLVMContext **Tys) |
1.8.6