Lines Matching refs:ExportEntry
2871 ExportEntry::ExportEntry(Error *E, const MachOObjectFile *O, in ExportEntry() function in ExportEntry
2874 void ExportEntry::moveToFirst() { in moveToFirst()
2882 void ExportEntry::moveToEnd() { in moveToEnd()
2887 bool ExportEntry::operator==(const ExportEntry &Other) const { in operator ==()
2905 uint64_t ExportEntry::readULEB128(const uint8_t *&Ptr, const char **error) { in readULEB128()
2914 StringRef ExportEntry::name() const { in name()
2918 uint64_t ExportEntry::flags() const { in flags()
2922 uint64_t ExportEntry::address() const { in address()
2926 uint64_t ExportEntry::other() const { in other()
2930 StringRef ExportEntry::otherName() const { in otherName()
2937 uint32_t ExportEntry::nodeOffset() const { in nodeOffset()
2941 ExportEntry::NodeState::NodeState(const uint8_t *Ptr) in NodeState()
2944 void ExportEntry::pushNode(uint64_t offset) { in pushNode()
3081 void ExportEntry::pushDownUntilBottom() { in pushDownUntilBottom()
3147 void ExportEntry::moveNext() { in moveNext()
3179 ExportEntry Start(&E, O, Trie); in exports()
3185 ExportEntry Finish(&E, O, Trie); in exports()