Home
last modified time | relevance | path

Searched refs:ExportDirectoryEntryRef (Results 1 – 2 of 2) sorted by relevance

/external/llvm/include/llvm/Object/
DCOFF.h26 class ExportDirectoryEntryRef; variable
28 typedef content_iterator<ExportDirectoryEntryRef> export_directory_iterator;
343 friend class ExportDirectoryEntryRef; variable
501 class ExportDirectoryEntryRef {
503 ExportDirectoryEntryRef() : OwningObject(nullptr) {} in ExportDirectoryEntryRef() function
504 ExportDirectoryEntryRef(const export_directory_table_entry *Table, uint32_t I, in ExportDirectoryEntryRef() function
508 bool operator==(const ExportDirectoryEntryRef &Other) const;
/external/llvm/lib/Object/
DCOFFObjectFile.cpp640 ExportDirectoryEntryRef(ExportDirectory, 0, this)); in export_directory_begin()
645 return export_directory_iterator(ExportDirectoryEntryRef(nullptr, 0, this)); in export_directory_end()
646 ExportDirectoryEntryRef Ref(ExportDirectory, in export_directory_end()
1041 bool ExportDirectoryEntryRef::
1042 operator==(const ExportDirectoryEntryRef &Other) const { in operator ==()
1046 void ExportDirectoryEntryRef::moveNext() { in moveNext()
1052 std::error_code ExportDirectoryEntryRef::getDllName(StringRef &Result) const { in getDllName()
1063 ExportDirectoryEntryRef::getOrdinalBase(uint32_t &Result) const { in getOrdinalBase()
1069 std::error_code ExportDirectoryEntryRef::getOrdinal(uint32_t &Result) const { in getOrdinal()
1075 std::error_code ExportDirectoryEntryRef::getExportRVA(uint32_t &Result) const { in getExportRVA()
[all …]