Lines Matching refs:ExportDirectoryEntryRef
848 ExportDirectoryEntryRef(ExportDirectory, 0, this)); in export_directory_begin()
853 return export_directory_iterator(ExportDirectoryEntryRef(nullptr, 0, this)); in export_directory_end()
854 ExportDirectoryEntryRef Ref(ExportDirectory, in export_directory_end()
1476 bool ExportDirectoryEntryRef::
1477 operator==(const ExportDirectoryEntryRef &Other) const { in operator ==()
1481 void ExportDirectoryEntryRef::moveNext() { in moveNext()
1487 std::error_code ExportDirectoryEntryRef::getDllName(StringRef &Result) const { in getDllName()
1498 ExportDirectoryEntryRef::getOrdinalBase(uint32_t &Result) const { in getOrdinalBase()
1504 std::error_code ExportDirectoryEntryRef::getOrdinal(uint32_t &Result) const { in getOrdinal()
1510 std::error_code ExportDirectoryEntryRef::getExportRVA(uint32_t &Result) const { in getExportRVA()
1524 ExportDirectoryEntryRef::getSymbolName(StringRef &Result) const { in getSymbolName()
1550 std::error_code ExportDirectoryEntryRef::isForwarder(bool &Result) const { in isForwarder()
1563 std::error_code ExportDirectoryEntryRef::getForwardTo(StringRef &Result) const { in getForwardTo()