|
LLVM
3.7.0
|
#include "llvm/Transforms/Utils/Cloning.h"#include "llvm/IR/Constant.h"#include "llvm/IR/DerivedTypes.h"#include "llvm/IR/Module.h"#include "llvm/Transforms/Utils/ValueMapper.h"#include "llvm-c/Core.h"Go to the source code of this file.
Functions | |
| LLVMModuleRef | LLVMCloneModule (LLVMModuleRef M) |
| Return an exact copy of the specified module. More... | |
1.8.6