LLVM 19.0.0git
Functions
ExtractGV.cpp File Reference
#include "llvm/Transforms/IPO/ExtractGV.h"
#include "llvm/IR/Module.h"
#include "llvm/IR/PassManager.h"
#include <algorithm>

Go to the source code of this file.

Functions

static void makeVisible (GlobalValue &GV, bool Delete)
 Make sure GV is visible from both modules.
 

Function Documentation

◆ makeVisible()

static void makeVisible ( GlobalValue GV,
bool  Delete 
)
static