LLVM API Documentation

Public Member Functions
llvm::ValueMapTypeRemapper Class Reference

#include <ValueMapper.h>

List of all members.

Public Member Functions

virtual ~ValueMapTypeRemapper ()
virtual TyperemapType (Type *SrcTy)=0

Detailed Description

ValueMapTypeRemapper - This is a class that can be implemented by clients to remap types when cloning constants and instructions.

Definition at line 27 of file ValueMapper.h.


Constructor & Destructor Documentation

Definition at line 30 of file ValueMapper.h.


Member Function Documentation

virtual Type* llvm::ValueMapTypeRemapper::remapType ( Type SrcTy) [pure virtual]

remapType - The client should implement this method if they want to remap types while mapping values.

Referenced by llvm::MapValue(), and llvm::RemapInstruction().


The documentation for this class was generated from the following files: