LLVM  8.0.1
Functions
ExtractGV.cpp File Reference
#include "llvm/ADT/SetVector.h"
#include "llvm/IR/LLVMContext.h"
#include "llvm/IR/Module.h"
#include "llvm/Pass.h"
#include "llvm/Transforms/IPO.h"
#include <algorithm>
Include dependency graph for ExtractGV.cpp:

Go to the source code of this file.

Functions

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

Function Documentation

◆ makeVisible()

static void makeVisible ( GlobalValue GV,
bool  Delete 
)
static