Lines Matching refs:ImportDirectoryEntryRef
888 ImportDirectoryEntryRef(ImportDirectory, 0, this)); in import_directory_begin()
893 ImportDirectoryEntryRef(nullptr, -1, this)); in import_directory_end()
1327 bool ImportDirectoryEntryRef::
1328 operator==(const ImportDirectoryEntryRef &Other) const { in operator ==()
1332 void ImportDirectoryEntryRef::moveNext() { in moveNext()
1340 Error ImportDirectoryEntryRef::getImportTableEntry( in getImportTableEntry()
1384 ImportDirectoryEntryRef::imported_symbol_begin() const { in imported_symbol_begin()
1390 ImportDirectoryEntryRef::imported_symbol_end() const { in imported_symbol_end()
1396 ImportDirectoryEntryRef::imported_symbols() const { in imported_symbols()
1400 imported_symbol_iterator ImportDirectoryEntryRef::lookup_table_begin() const { in lookup_table_begin()
1405 imported_symbol_iterator ImportDirectoryEntryRef::lookup_table_end() const { in lookup_table_end()
1411 ImportDirectoryEntryRef::lookup_table_symbols() const { in lookup_table_symbols()
1415 Error ImportDirectoryEntryRef::getName(StringRef &Result) const { in getName()
1424 ImportDirectoryEntryRef::getImportLookupTableRVA(uint32_t &Result) const { in getImportLookupTableRVA()
1429 Error ImportDirectoryEntryRef::getImportAddressTableRVA( in getImportAddressTableRVA()