Lines Matching refs:ExportDirectoryEntryRef
970 ExportDirectoryEntryRef(ExportDirectory, 0, this)); in export_directory_begin()
975 return export_directory_iterator(ExportDirectoryEntryRef(nullptr, 0, this)); in export_directory_end()
976 ExportDirectoryEntryRef Ref(ExportDirectory, in export_directory_end()
1545 bool ExportDirectoryEntryRef::
1546 operator==(const ExportDirectoryEntryRef &Other) const { in operator ==()
1550 void ExportDirectoryEntryRef::moveNext() { in moveNext()
1556 Error ExportDirectoryEntryRef::getDllName(StringRef &Result) const { in getDllName()
1566 Error ExportDirectoryEntryRef::getOrdinalBase(uint32_t &Result) const { in getOrdinalBase()
1572 Error ExportDirectoryEntryRef::getOrdinal(uint32_t &Result) const { in getOrdinal()
1578 Error ExportDirectoryEntryRef::getExportRVA(uint32_t &Result) const { in getExportRVA()
1592 ExportDirectoryEntryRef::getSymbolName(StringRef &Result) const { in getSymbolName()
1619 Error ExportDirectoryEntryRef::isForwarder(bool &Result) const { in isForwarder()
1634 Error ExportDirectoryEntryRef::getForwardTo(StringRef &Result) const { in getForwardTo()