Lines Matching refs:ExportDirectoryEntryRef
801 ExportDirectoryEntryRef(ExportDirectory, 0, this)); in export_directory_begin()
806 return export_directory_iterator(ExportDirectoryEntryRef(nullptr, 0, this)); in export_directory_end()
807 ExportDirectoryEntryRef Ref(ExportDirectory, in export_directory_end()
1343 bool ExportDirectoryEntryRef::
1344 operator==(const ExportDirectoryEntryRef &Other) const { in operator ==()
1348 void ExportDirectoryEntryRef::moveNext() { in moveNext()
1354 std::error_code ExportDirectoryEntryRef::getDllName(StringRef &Result) const { in getDllName()
1365 ExportDirectoryEntryRef::getOrdinalBase(uint32_t &Result) const { in getOrdinalBase()
1371 std::error_code ExportDirectoryEntryRef::getOrdinal(uint32_t &Result) const { in getOrdinal()
1377 std::error_code ExportDirectoryEntryRef::getExportRVA(uint32_t &Result) const { in getExportRVA()
1391 ExportDirectoryEntryRef::getSymbolName(StringRef &Result) const { in getSymbolName()
1417 std::error_code ExportDirectoryEntryRef::isForwarder(bool &Result) const { in isForwarder()
1430 std::error_code ExportDirectoryEntryRef::getForwardTo(StringRef &Result) const { in getForwardTo()