Home
last modified time | relevance | path

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

/external/llvm/lib/Object/
DCOFFObjectFile.cpp693 ImportDirectoryEntryRef(ImportDirectory, 0, this)); in import_directory_begin()
698 ImportDirectoryEntryRef(ImportDirectory, NumberOfImportDirectory, this)); in import_directory_end()
1112 bool ImportDirectoryEntryRef::
1113 operator==(const ImportDirectoryEntryRef &Other) const { in operator ==()
1117 void ImportDirectoryEntryRef::moveNext() { in moveNext()
1121 std::error_code ImportDirectoryEntryRef::getImportTableEntry( in getImportTableEntry()
1164 ImportDirectoryEntryRef::imported_symbol_begin() const { in imported_symbol_begin()
1170 ImportDirectoryEntryRef::imported_symbol_end() const { in imported_symbol_end()
1176 ImportDirectoryEntryRef::imported_symbols() const { in imported_symbols()
1180 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;
553 friend class ImportDirectoryEntryRef;
789 class ImportDirectoryEntryRef {
791 ImportDirectoryEntryRef() : OwningObject(nullptr) {} in ImportDirectoryEntryRef() function
792 ImportDirectoryEntryRef(const import_directory_table_entry *Table, uint32_t I, in ImportDirectoryEntryRef() function
796 bool operator==(const ImportDirectoryEntryRef &Other) const;
/external/llvm/tools/llvm-readobj/
DCOFFDumper.cpp1062 for (const ImportDirectoryEntryRef &I : Obj->import_directories()) { in printCOFFImports()