Synopsis
Declared in <llvm/IR/ValueMap.h>
template<
typename KeyT,
typename ValueT,
typename Config>
class ValueMapCallbackVH final
: public CallbackVH
Base Classes
Name |
Description |
Value handle with callbacks on RAUW and destruction. |
Member Functions
Name |
Description |
Assignment operators |
|
Callback for Value RAUW. |
|
|
|
Dereference operator |
|
Member access operator |
|
Conversion to |
Static Member Functions
Protected Enums
Name |
Description |
This indicates what sub class the handle actually is. |
Protected Member Functions
Name |
Description |
Copy assignment operator |
|
Remove this ValueHandle from its current use list. |
|
Clear the underlying pointer without clearing the use list. |
|
Protected Static Member Functions
Name |
Friends
Name |
Description |
An information struct used to provide DenseMap with the various necessary components for a given value type |
|
See the file comment. |
Created with MrDocs