Lines Matching refs:ExportEntry
2922 ExportEntry::ExportEntry(Error *E, const MachOObjectFile *O, in ExportEntry() function in ExportEntry
2925 void ExportEntry::moveToFirst() { in moveToFirst()
2933 void ExportEntry::moveToEnd() { in moveToEnd()
2938 bool ExportEntry::operator==(const ExportEntry &Other) const { in operator ==()
2956 uint64_t ExportEntry::readULEB128(const uint8_t *&Ptr, const char **error) { in readULEB128()
2965 StringRef ExportEntry::name() const { in name()
2969 uint64_t ExportEntry::flags() const { in flags()
2973 uint64_t ExportEntry::address() const { in address()
2977 uint64_t ExportEntry::other() const { in other()
2981 StringRef ExportEntry::otherName() const { in otherName()
2988 uint32_t ExportEntry::nodeOffset() const { in nodeOffset()
2992 ExportEntry::NodeState::NodeState(const uint8_t *Ptr) in NodeState()
2995 void ExportEntry::pushNode(uint64_t offset) { in pushNode()
3132 void ExportEntry::pushDownUntilBottom() { in pushDownUntilBottom()
3198 void ExportEntry::moveNext() { in moveNext()
3230 ExportEntry Start(&E, O, Trie); in exports()
3236 ExportEntry Finish(&E, O, Trie); in exports()