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) |
|
|
Definition at line 25 of file InternalGlobalMapper.cpp. |
|
||||||||||||
|
Definition at line 39 of file InternalGlobalMapper.cpp. References llvm::GlobalValue::hasInternalLinkage(), and llvm::Value::hasName(). |