Lines Matching refs:ImportDirectoryEntryRef
994 ImportDirectoryEntryRef(ImportDirectory, 0, this)); in import_directory_begin()
999 ImportDirectoryEntryRef(nullptr, -1, this)); in import_directory_end()
1421 bool ImportDirectoryEntryRef::
1422 operator==(const ImportDirectoryEntryRef &Other) const { in operator ==()
1426 void ImportDirectoryEntryRef::moveNext() { in moveNext()
1434 Error ImportDirectoryEntryRef::getImportTableEntry( in getImportTableEntry()
1478 ImportDirectoryEntryRef::imported_symbol_begin() const { in imported_symbol_begin()
1484 ImportDirectoryEntryRef::imported_symbol_end() const { in imported_symbol_end()
1490 ImportDirectoryEntryRef::imported_symbols() const { in imported_symbols()
1494 imported_symbol_iterator ImportDirectoryEntryRef::lookup_table_begin() const { in lookup_table_begin()
1499 imported_symbol_iterator ImportDirectoryEntryRef::lookup_table_end() const { in lookup_table_end()
1505 ImportDirectoryEntryRef::lookup_table_symbols() const { in lookup_table_symbols()
1509 Error ImportDirectoryEntryRef::getName(StringRef &Result) const { in getName()
1519 ImportDirectoryEntryRef::getImportLookupTableRVA(uint32_t &Result) const { in getImportLookupTableRVA()
1524 Error ImportDirectoryEntryRef::getImportAddressTableRVA( in getImportAddressTableRVA()