Lines Matching refs:ImportDirectoryEntryRef
825 ImportDirectoryEntryRef(ImportDirectory, 0, this)); in import_directory_begin()
830 ImportDirectoryEntryRef(nullptr, -1, this)); in import_directory_end()
1315 bool ImportDirectoryEntryRef::
1316 operator==(const ImportDirectoryEntryRef &Other) const { in operator ==()
1320 void ImportDirectoryEntryRef::moveNext() { in moveNext()
1328 std::error_code ImportDirectoryEntryRef::getImportTableEntry( in getImportTableEntry()
1370 ImportDirectoryEntryRef::imported_symbol_begin() const { in imported_symbol_begin()
1376 ImportDirectoryEntryRef::imported_symbol_end() const { in imported_symbol_end()
1382 ImportDirectoryEntryRef::imported_symbols() const { in imported_symbols()
1386 imported_symbol_iterator ImportDirectoryEntryRef::lookup_table_begin() const { in lookup_table_begin()
1391 imported_symbol_iterator ImportDirectoryEntryRef::lookup_table_end() const { in lookup_table_end()
1397 ImportDirectoryEntryRef::lookup_table_symbols() const { in lookup_table_symbols()
1401 std::error_code ImportDirectoryEntryRef::getName(StringRef &Result) const { in getName()
1411 ImportDirectoryEntryRef::getImportLookupTableRVA(uint32_t &Result) const { in getImportLookupTableRVA()
1417 ImportDirectoryEntryRef::getImportAddressTableRVA(uint32_t &Result) const { in getImportAddressTableRVA()