|
LLVM
3.7.0
|
ValueMaterializer - This is a class that can be implemented by clients to materialize Values on demand. More...
#include <ValueMapper.h>
Public Member Functions | |
| virtual | ~ValueMaterializer () |
| virtual Value * | materializeValueFor (Value *V)=0 |
| materializeValueFor - The client should implement this method if they want to generate a mapped Value on demand. More... | |
ValueMaterializer - This is a class that can be implemented by clients to materialize Values on demand.
Definition at line 39 of file ValueMapper.h.
|
inlinevirtual |
Definition at line 42 of file ValueMapper.h.
materializeValueFor - The client should implement this method if they want to generate a mapped Value on demand.
For example, if linking lazily.
Referenced by llvm::MapValue().
1.8.6