LLVM API Documentation

Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

InternalGlobalMapper.cpp File Reference

#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

ModulePassllvm::createInternalGlobalMapperPass ()
static void maybeAddInternalValueToVector (GVVectorTy &Vector, GlobalValue &GV)


Typedef Documentation

typedef std::vector<Constant *> GVVectorTy
 

Definition at line 25 of file InternalGlobalMapper.cpp.


Function Documentation

static void maybeAddInternalValueToVector GVVectorTy Vector,
GlobalValue GV
[static]
 

Definition at line 39 of file InternalGlobalMapper.cpp.

References llvm::GlobalValue::hasInternalLinkage(), and llvm::Value::hasName().