LLVM API Documentation
#include "llvm/Constants.h"
#include "llvm/Module.h"
#include "llvm/Pass.h"
#include "llvm/DerivedTypes.h"
Include dependency graph for InternalGlobalMapper.cpp:
Go to the source code of this file.
Namespaces | |
namespace | llvm |
Typedefs | |
typedef std::vector< Constant * > | GVVectorTy |
Functions | |
ModulePass * | llvm::createInternalGlobalMapperPass () |
static void | maybeAddInternalValueToVector (GVVectorTy &Vector, GlobalValue &GV) |
typedef std::vector<Constant *> GVVectorTy |
Definition at line 25 of file InternalGlobalMapper.cpp.
static void maybeAddInternalValueToVector | ( | GVVectorTy & | Vector, | |
GlobalValue & | GV | |||
) | [static] |
Definition at line 39 of file InternalGlobalMapper.cpp.
References GV, llvm::GlobalValue::hasInternalLinkage(), and llvm::Value::hasName().