LLVM 22.0.0git
CloneModule.cpp File Reference

Go to the source code of this file.

Namespaces

namespace  llvm
 This is an optimization pass for GlobalISel generic memory operations.

Functions

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

Function Documentation

◆ copyComdat()

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