Lines Matching refs:ExportDirectoryEntryRef
911 ExportDirectoryEntryRef(ExportDirectory, 0, this)); in export_directory_begin()
916 return export_directory_iterator(ExportDirectoryEntryRef(nullptr, 0, this)); in export_directory_end()
917 ExportDirectoryEntryRef Ref(ExportDirectory, in export_directory_end()
1489 bool ExportDirectoryEntryRef::
1490 operator==(const ExportDirectoryEntryRef &Other) const { in operator ==()
1494 void ExportDirectoryEntryRef::moveNext() { in moveNext()
1500 Error ExportDirectoryEntryRef::getDllName(StringRef &Result) const { in getDllName()
1509 Error ExportDirectoryEntryRef::getOrdinalBase(uint32_t &Result) const { in getOrdinalBase()
1515 Error ExportDirectoryEntryRef::getOrdinal(uint32_t &Result) const { in getOrdinal()
1521 Error ExportDirectoryEntryRef::getExportRVA(uint32_t &Result) const { in getExportRVA()
1535 ExportDirectoryEntryRef::getSymbolName(StringRef &Result) const { in getSymbolName()
1561 Error ExportDirectoryEntryRef::isForwarder(bool &Result) const { in isForwarder()
1575 Error ExportDirectoryEntryRef::getForwardTo(StringRef &Result) const { in getForwardTo()