LLVM  8.0.1
Functions
CloneModule.cpp File Reference
#include "llvm/IR/Constant.h"
#include "llvm/IR/DerivedTypes.h"
#include "llvm/IR/Module.h"
#include "llvm/Transforms/Utils/Cloning.h"
#include "llvm/Transforms/Utils/ValueMapper.h"
Include dependency graph for CloneModule.cpp:

Go to the source code of this file.

Functions

static void copyComdat (GlobalObject *Dst, const GlobalObject *Src)
 
LLVMModuleRef LLVMCloneModule (LLVMModuleRef M)
 Return an exact copy of the specified module. More...
 

Function Documentation

◆ copyComdat()

static void copyComdat ( GlobalObject Dst,
const GlobalObject Src 
)
static