|
LLVM
3.7.0
|
#include "llvm/ExecutionEngine/Orc/ExecutionUtils.h"#include "llvm/IR/Constants.h"#include "llvm/IR/Function.h"#include "llvm/IR/GlobalVariable.h"#include "llvm/IR/Module.h"Go to the source code of this file.
Namespaces | |
| llvm | |
| Compute iterated dominance frontiers using a linear time algorithm. | |
| llvm::orc | |
Functions | |
| iterator_range< CtorDtorIterator > | llvm::orc::getConstructors (const Module &M) |
| Create an iterator range over the entries of the llvm.global_ctors array. More... | |
| iterator_range< CtorDtorIterator > | llvm::orc::getDestructors (const Module &M) |
| Create an iterator range over the entries of the llvm.global_ctors array. More... | |
1.8.6