Lines Matching refs:ExportDirectoryEntryRef
1018 ExportDirectoryEntryRef(ExportDirectory, 0, this)); in export_directory_begin()
1023 return export_directory_iterator(ExportDirectoryEntryRef(nullptr, 0, this)); in export_directory_end()
1024 ExportDirectoryEntryRef Ref(ExportDirectory, in export_directory_end()
1601 bool ExportDirectoryEntryRef::
1602 operator==(const ExportDirectoryEntryRef &Other) const { in operator ==()
1606 void ExportDirectoryEntryRef::moveNext() { in moveNext()
1612 Error ExportDirectoryEntryRef::getDllName(StringRef &Result) const { in getDllName()
1622 Error ExportDirectoryEntryRef::getOrdinalBase(uint32_t &Result) const { in getOrdinalBase()
1628 Error ExportDirectoryEntryRef::getOrdinal(uint32_t &Result) const { in getOrdinal()
1634 Error ExportDirectoryEntryRef::getExportRVA(uint32_t &Result) const { in getExportRVA()
1648 ExportDirectoryEntryRef::getSymbolName(StringRef &Result) const { in getSymbolName()
1675 Error ExportDirectoryEntryRef::isForwarder(bool &Result) const { in isForwarder()
1690 Error ExportDirectoryEntryRef::getForwardTo(StringRef &Result) const { in getForwardTo()