Lines Matching refs:ExportEntry
2823 ExportEntry::ExportEntry(Error *E, const MachOObjectFile *O, in ExportEntry() function in ExportEntry
2826 void ExportEntry::moveToFirst() { in moveToFirst()
2834 void ExportEntry::moveToEnd() { in moveToEnd()
2839 bool ExportEntry::operator==(const ExportEntry &Other) const { in operator ==()
2857 uint64_t ExportEntry::readULEB128(const uint8_t *&Ptr, const char **error) { in readULEB128()
2866 StringRef ExportEntry::name() const { in name()
2870 uint64_t ExportEntry::flags() const { in flags()
2874 uint64_t ExportEntry::address() const { in address()
2878 uint64_t ExportEntry::other() const { in other()
2882 StringRef ExportEntry::otherName() const { in otherName()
2889 uint32_t ExportEntry::nodeOffset() const { in nodeOffset()
2893 ExportEntry::NodeState::NodeState(const uint8_t *Ptr) in NodeState()
2896 void ExportEntry::pushNode(uint64_t offset) { in pushNode()
3031 void ExportEntry::pushDownUntilBottom() { in pushDownUntilBottom()
3097 void ExportEntry::moveNext() { in moveNext()
3129 ExportEntry Start(&E, O, Trie); in exports()
3135 ExportEntry Finish(&E, O, Trie); in exports()