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