Home
last modified time | relevance | path

Searched refs:ImportDirectoryEntryRef (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Object/
DCOFFObjectFile.cpp740 ImportDirectoryEntryRef(ImportDirectory, 0, this)); in import_directory_begin()
745 ImportDirectoryEntryRef(ImportDirectory, NumberOfImportDirectory, this)); in import_directory_end()
1177 bool ImportDirectoryEntryRef::
1178 operator==(const ImportDirectoryEntryRef &Other) const { in operator ==()
1182 void ImportDirectoryEntryRef::moveNext() { in moveNext()
1186 std::error_code ImportDirectoryEntryRef::getImportTableEntry( in getImportTableEntry()
1229 ImportDirectoryEntryRef::imported_symbol_begin() const { in imported_symbol_begin()
1235 ImportDirectoryEntryRef::imported_symbol_end() const { in imported_symbol_end()
1241 ImportDirectoryEntryRef::imported_symbols() const { in imported_symbols()
1245 std::error_code ImportDirectoryEntryRef::getName(StringRef &Result) const { in getName()
[all …]
/external/llvm/include/llvm/Object/
DCOFF.h27 class ImportDirectoryEntryRef; variable
32 typedef content_iterator<ImportDirectoryEntryRef> import_directory_iterator;
486 friend class ImportDirectoryEntryRef;
726 class ImportDirectoryEntryRef {
728 ImportDirectoryEntryRef() : OwningObject(nullptr) {} in ImportDirectoryEntryRef() function
729 ImportDirectoryEntryRef(const import_directory_table_entry *Table, uint32_t I, in ImportDirectoryEntryRef() function
733 bool operator==(const ImportDirectoryEntryRef &Other) const;
/external/llvm/tools/llvm-readobj/
DCOFFDumper.cpp1048 for (const ImportDirectoryEntryRef &I : Obj->import_directories()) { in printCOFFImports()