LLVM  8.0.1
Namespaces | Functions
ExecutionUtils.cpp File Reference
#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"
Include dependency graph for ExecutionUtils.cpp:

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...