MCPcopy Create free account
hub / github.com/avast/retdec / getTargetFunctionAddress

Method getTargetFunctionAddress

src/common/vtable.cpp:66–69  ·  view source on GitHub ↗

* @return Virtual function address for this item. */

Source from the content-addressed store, hash-verified

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

Callers 5

initVtablesMethod · 0.80
runOnModuleMethod · 0.80
processVtablesGccMethod · 0.80
processVtablesMsvcMethod · 0.80
serializeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected