| 1413 | } |
| 1414 | |
| 1415 | const typename GenericTypes::ExportAddressTableEntry* exportAddressTableEntry() const noexcept |
| 1416 | { |
| 1417 | return &m_exportAddressTable[m_index]; |
| 1418 | } |
| 1419 | |
| 1420 | ExportType type() const noexcept |
| 1421 | { |
nothing calls this directly
no outgoing calls
no test coverage detected