Lines Matching refs:ImportDirectoryEntryRef
947 ImportDirectoryEntryRef(ImportDirectory, 0, this)); in import_directory_begin()
952 ImportDirectoryEntryRef(nullptr, -1, this)); in import_directory_end()
1381 bool ImportDirectoryEntryRef::
1382 operator==(const ImportDirectoryEntryRef &Other) const { in operator ==()
1386 void ImportDirectoryEntryRef::moveNext() { in moveNext()
1394 Error ImportDirectoryEntryRef::getImportTableEntry( in getImportTableEntry()
1438 ImportDirectoryEntryRef::imported_symbol_begin() const { in imported_symbol_begin()
1444 ImportDirectoryEntryRef::imported_symbol_end() const { in imported_symbol_end()
1450 ImportDirectoryEntryRef::imported_symbols() const { in imported_symbols()
1454 imported_symbol_iterator ImportDirectoryEntryRef::lookup_table_begin() const { in lookup_table_begin()
1459 imported_symbol_iterator ImportDirectoryEntryRef::lookup_table_end() const { in lookup_table_end()
1465 ImportDirectoryEntryRef::lookup_table_symbols() const { in lookup_table_symbols()
1469 Error ImportDirectoryEntryRef::getName(StringRef &Result) const { in getName()
1479 ImportDirectoryEntryRef::getImportLookupTableRVA(uint32_t &Result) const { in getImportLookupTableRVA()
1484 Error ImportDirectoryEntryRef::getImportAddressTableRVA( in getImportAddressTableRVA()