* @return Virtual function address for this item. */
| 64 | * @return Virtual function address for this item. |
| 65 | */ |
| 66 | retdec::common::Address VtableItem::getTargetFunctionAddress() const |
| 67 | { |
| 68 | return _targetAddress; |
| 69 | } |
| 70 | |
| 71 | /** |
| 72 | * @return Name (unique ID) of function on target address. |
no outgoing calls
no test coverage detected