Home
last modified time | relevance | path

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

/external/llvm/lib/Object/
DCOFFObjectFile.cpp716 ExportDirectoryEntryRef(ExportDirectory, 0, this)); in export_directory_begin()
721 return export_directory_iterator(ExportDirectoryEntryRef(nullptr, 0, this)); in export_directory_end()
722 ExportDirectoryEntryRef Ref(ExportDirectory, in export_directory_end()
1265 bool ExportDirectoryEntryRef::
1266 operator==(const ExportDirectoryEntryRef &Other) const { in operator ==()
1270 void ExportDirectoryEntryRef::moveNext() { in moveNext()
1276 std::error_code ExportDirectoryEntryRef::getDllName(StringRef &Result) const { in getDllName()
1287 ExportDirectoryEntryRef::getOrdinalBase(uint32_t &Result) const { in getOrdinalBase()
1293 std::error_code ExportDirectoryEntryRef::getOrdinal(uint32_t &Result) const { in getOrdinal()
1299 std::error_code ExportDirectoryEntryRef::getExportRVA(uint32_t &Result) const { in getExportRVA()
[all …]
/external/llvm/include/llvm/Object/
DCOFF.h29 class ExportDirectoryEntryRef; variable
35 typedef content_iterator<ExportDirectoryEntryRef> export_directory_iterator;
554 friend class ExportDirectoryEntryRef; variable
845 class ExportDirectoryEntryRef {
847 ExportDirectoryEntryRef() : OwningObject(nullptr) {} in ExportDirectoryEntryRef() function
848 ExportDirectoryEntryRef(const export_directory_table_entry *Table, uint32_t I, in ExportDirectoryEntryRef() function
852 bool operator==(const ExportDirectoryEntryRef &Other) const;
/external/llvm/lib/DebugInfo/Symbolize/
DSymbolizableObjectFile.cpp88 for (const ExportDirectoryEntryRef &Ref : CoffObj->export_directories()) { in addCoffExportSymbols()
/external/llvm/tools/llvm-readobj/
DCOFFDumper.cpp1094 for (const ExportDirectoryEntryRef &E : Obj->export_directories()) { in printCOFFExports()