|
LLVM
8.0.1
|
#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"#include "llvm/Support/TargetRegistry.h"#include "llvm/Target/TargetMachine.h"
Go to the source code of this file.
Namespaces | |
| llvm | |
| This class represents lattice values for constants. | |
| 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.13