Lines Matching refs:ImportDirectoryEntryRef
995 ImportDirectoryEntryRef(ImportDirectory, 0, this)); in import_directory_begin()
1000 ImportDirectoryEntryRef(nullptr, -1, this)); in import_directory_end()
1437 bool ImportDirectoryEntryRef::
1438 operator==(const ImportDirectoryEntryRef &Other) const { in operator ==()
1442 void ImportDirectoryEntryRef::moveNext() { in moveNext()
1450 Error ImportDirectoryEntryRef::getImportTableEntry( in getImportTableEntry()
1494 ImportDirectoryEntryRef::imported_symbol_begin() const { in imported_symbol_begin()
1500 ImportDirectoryEntryRef::imported_symbol_end() const { in imported_symbol_end()
1506 ImportDirectoryEntryRef::imported_symbols() const { in imported_symbols()
1510 imported_symbol_iterator ImportDirectoryEntryRef::lookup_table_begin() const { in lookup_table_begin()
1515 imported_symbol_iterator ImportDirectoryEntryRef::lookup_table_end() const { in lookup_table_end()
1521 ImportDirectoryEntryRef::lookup_table_symbols() const { in lookup_table_symbols()
1525 Error ImportDirectoryEntryRef::getName(StringRef &Result) const { in getName()
1535 ImportDirectoryEntryRef::getImportLookupTableRVA(uint32_t &Result) const { in getImportLookupTableRVA()
1540 Error ImportDirectoryEntryRef::getImportAddressTableRVA( in getImportAddressTableRVA()