LLVM  4.0.0
Public Member Functions | List of all members
llvm::ValueMapTypeRemapper Class Referenceabstract

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

#include <ValueMapper.h>

Public Member Functions

virtual ~ValueMapTypeRemapper ()
 
virtual TyperemapType (Type *SrcTy)=0
 The client should implement this method if they want to remap types while mapping values. More...
 

Detailed Description

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

Definition at line 28 of file ValueMapper.h.

Constructor & Destructor Documentation

virtual llvm::ValueMapTypeRemapper::~ValueMapTypeRemapper ( )
inlinevirtual

Definition at line 31 of file ValueMapper.h.

Member Function Documentation

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

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


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