|
LLVM
4.0.0
|
Public Member Functions | |
| MMIAddrLabelMapCallbackPtr () | |
| MMIAddrLabelMapCallbackPtr (Value *V) | |
| void | setPtr (BasicBlock *BB) |
| void | setMap (MMIAddrLabelMap *map) |
| void | deleted () override |
| Callback for Value destruction. More... | |
| void | allUsesReplacedWith (Value *V2) override |
| Callback for Value RAUW. More... | |
Definition at line 43 of file MachineModuleInfo.cpp.
|
inline |
Definition at line 46 of file MachineModuleInfo.cpp.
|
inline |
Definition at line 47 of file MachineModuleInfo.cpp.
|
overridevirtual |
Callback for Value RAUW.
Called when this->getValPtr()->replaceAllUsesWith(new_value) is called, before any of the uses have actually been replaced. If WeakVH were implemented as a CallbackVH, it would use this method to call setValPtr(new_value). AssertingVH would do nothing in this method.
Reimplemented from llvm::CallbackVH.
Definition at line 185 of file MachineModuleInfo.cpp.
|
overridevirtual |
Callback for Value destruction.
Called when this->getValPtr() is destroyed, inside ~Value(), so you may call any non-virtual Value method on getValPtr(), but no subclass methods. If WeakVH were implemented as a CallbackVH, it would use this method to call setValPtr(NULL). AssertingVH would use this method to cause an assertion failure.
All implementations must remove the reference from this object to the Value that's being destroyed.
Reimplemented from llvm::CallbackVH.
Definition at line 181 of file MachineModuleInfo.cpp.
|
inline |
Definition at line 53 of file MachineModuleInfo.cpp.
|
inline |
Definition at line 49 of file MachineModuleInfo.cpp.
References llvm::ValueHandleBase::operator=().
1.8.6