Home
last modified time | relevance | path

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

/external/llvm/lib/Object/
DCOFFObjectFile.cpp789 DelayImportDirectoryEntryRef(DelayImportDirectory, 0, this)); in delay_import_directory_begin()
795 DelayImportDirectoryEntryRef( in delay_import_directory_end()
1289 bool DelayImportDirectoryEntryRef::
1290 operator==(const DelayImportDirectoryEntryRef &Other) const { in operator ==()
1294 void DelayImportDirectoryEntryRef::moveNext() { in moveNext()
1299 DelayImportDirectoryEntryRef::imported_symbol_begin() const { in imported_symbol_begin()
1305 DelayImportDirectoryEntryRef::imported_symbol_end() const { in imported_symbol_end()
1311 DelayImportDirectoryEntryRef::imported_symbols() const { in imported_symbols()
1315 std::error_code DelayImportDirectoryEntryRef::getName(StringRef &Result) const { in getName()
1323 std::error_code DelayImportDirectoryEntryRef::
[all …]
/external/llvm/include/llvm/Object/
DCOFF.h28 class DelayImportDirectoryEntryRef; variable
33 typedef content_iterator<DelayImportDirectoryEntryRef>
919 class DelayImportDirectoryEntryRef {
921 DelayImportDirectoryEntryRef() : OwningObject(nullptr) {} in DelayImportDirectoryEntryRef() function
922 DelayImportDirectoryEntryRef(const delay_import_directory_table_entry *T, in DelayImportDirectoryEntryRef() function
926 bool operator==(const DelayImportDirectoryEntryRef &Other) const;
/external/llvm/tools/llvm-readobj/
DCOFFDumper.cpp133 const DelayImportDirectoryEntryRef &I,
1397 const DelayImportDirectoryEntryRef &I, in printDelayImportedSymbols()
1429 for (const DelayImportDirectoryEntryRef &I : Obj->delay_import_directories()) { in printCOFFImports()