Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DCOFFObjectFile.cpp823 ImportDirectoryEntryRef(ImportDirectory, 0, this)); in import_directory_begin()
828 ImportDirectoryEntryRef(nullptr, -1, this)); in import_directory_end()
1283 bool ImportDirectoryEntryRef::
1284 operator==(const ImportDirectoryEntryRef &Other) const { in operator ==()
1288 void ImportDirectoryEntryRef::moveNext() { in moveNext()
1296 std::error_code ImportDirectoryEntryRef::getImportTableEntry( in getImportTableEntry()
1338 ImportDirectoryEntryRef::imported_symbol_begin() const { in imported_symbol_begin()
1344 ImportDirectoryEntryRef::imported_symbol_end() const { in imported_symbol_end()
1350 ImportDirectoryEntryRef::imported_symbols() const { in imported_symbols()
1354 imported_symbol_iterator ImportDirectoryEntryRef::lookup_table_begin() const { in lookup_table_begin()
[all …]
/external/llvm/lib/Object/
DCOFFObjectFile.cpp778 ImportDirectoryEntryRef(ImportDirectory, 0, this)); in import_directory_begin()
783 ImportDirectoryEntryRef(nullptr, -1, this)); in import_directory_end()
1197 bool ImportDirectoryEntryRef::
1198 operator==(const ImportDirectoryEntryRef &Other) const { in operator ==()
1202 void ImportDirectoryEntryRef::moveNext() { in moveNext()
1210 std::error_code ImportDirectoryEntryRef::getImportTableEntry( in getImportTableEntry()
1252 ImportDirectoryEntryRef::imported_symbol_begin() const { in imported_symbol_begin()
1258 ImportDirectoryEntryRef::imported_symbol_end() const { in imported_symbol_end()
1264 ImportDirectoryEntryRef::imported_symbols() const { in imported_symbols()
1268 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;
624 friend class ImportDirectoryEntryRef;
892 class ImportDirectoryEntryRef {
894 ImportDirectoryEntryRef() : OwningObject(nullptr) {} in ImportDirectoryEntryRef() function
895 ImportDirectoryEntryRef(const import_directory_table_entry *Table, uint32_t I, in ImportDirectoryEntryRef() function
899 bool operator==(const ImportDirectoryEntryRef &Other) const;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DCOFF.h42 class ImportDirectoryEntryRef; variable
46 using import_directory_iterator = content_iterator<ImportDirectoryEntryRef>;
763 friend class ImportDirectoryEntryRef;
1066 class ImportDirectoryEntryRef {
1068 ImportDirectoryEntryRef() = default;
1069 ImportDirectoryEntryRef(const coff_import_directory_table_entry *Table, in ImportDirectoryEntryRef() function
1073 bool operator==(const ImportDirectoryEntryRef &Other) const;
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/
DCOFFDump.cpp350 for (const ImportDirectoryEntryRef &DirRef : Obj->import_directories()) { in printImportTables()
/external/llvm/tools/llvm-objdump/
DCOFFDump.cpp355 for (const ImportDirectoryEntryRef &DirRef : Obj->import_directories()) { in printImportTables()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
DCOFFDumper.cpp1546 for (const ImportDirectoryEntryRef &DirRef : Obj->import_directories()) { in printNeededLibraries()
1589 for (const ImportDirectoryEntryRef &I : Obj->import_directories()) { in printCOFFImports()
/external/llvm/tools/llvm-readobj/
DCOFFDumper.cpp1415 for (const ImportDirectoryEntryRef &I : Obj->import_directories()) { in printCOFFImports()