Lines Matching refs:ExportDirectoryEntryRef
1017 ExportDirectoryEntryRef(ExportDirectory, 0, this)); in export_directory_begin()
1022 return export_directory_iterator(ExportDirectoryEntryRef(nullptr, 0, this)); in export_directory_end()
1023 ExportDirectoryEntryRef Ref(ExportDirectory, in export_directory_end()
1585 bool ExportDirectoryEntryRef::
1586 operator==(const ExportDirectoryEntryRef &Other) const { in operator ==()
1590 void ExportDirectoryEntryRef::moveNext() { in moveNext()
1596 Error ExportDirectoryEntryRef::getDllName(StringRef &Result) const { in getDllName()
1606 Error ExportDirectoryEntryRef::getOrdinalBase(uint32_t &Result) const { in getOrdinalBase()
1612 Error ExportDirectoryEntryRef::getOrdinal(uint32_t &Result) const { in getOrdinal()
1618 Error ExportDirectoryEntryRef::getExportRVA(uint32_t &Result) const { in getExportRVA()
1632 ExportDirectoryEntryRef::getSymbolName(StringRef &Result) const { in getSymbolName()
1659 Error ExportDirectoryEntryRef::isForwarder(bool &Result) const { in isForwarder()
1674 Error ExportDirectoryEntryRef::getForwardTo(StringRef &Result) const { in getForwardTo()