Searched refs:ExportEntry (Results 1 – 3 of 3) sorted by relevance
1519 ExportEntry::ExportEntry(ArrayRef<uint8_t> T) in ExportEntry() function in ExportEntry1522 void ExportEntry::moveToFirst() { in moveToFirst()1527 void ExportEntry::moveToEnd() { in moveToEnd()1532 bool ExportEntry::operator==(const ExportEntry &Other) const { in operator ==()1550 uint64_t ExportEntry::readULEB128(const uint8_t *&Ptr) { in readULEB128()1561 StringRef ExportEntry::name() const { in name()1565 uint64_t ExportEntry::flags() const { in flags()1569 uint64_t ExportEntry::address() const { in address()1573 uint64_t ExportEntry::other() const { in other()1577 StringRef ExportEntry::otherName() const { in otherName()[all …]
57 class ExportEntry {59 ExportEntry(ArrayRef<uint8_t> Trie);68 bool operator==(const ExportEntry &) const;101 typedef content_iterator<ExportEntry> export_iterator;
8533 for (const llvm::object::ExportEntry &Entry : Obj->exports()) { in printMachOExportsTrie()