Lines Matching defs:ExportEntry
2920 ExportEntry::ExportEntry(Error *E, const MachOObjectFile *O,
2923 void ExportEntry::moveToFirst() {
2931 void ExportEntry::moveToEnd() {
2936 bool ExportEntry::operator==(const ExportEntry &Other) const {
2954 uint64_t ExportEntry::readULEB128(const uint8_t *&Ptr, const char **error) {
2963 StringRef ExportEntry::name() const {
2967 uint64_t ExportEntry::flags() const {
2971 uint64_t ExportEntry::address() const {
2975 uint64_t ExportEntry::other() const {
2979 StringRef ExportEntry::otherName() const {
2986 uint32_t ExportEntry::nodeOffset() const {
2990 ExportEntry::NodeState::NodeState(const uint8_t *Ptr)
2993 void ExportEntry::pushNode(uint64_t offset) {
3130 void ExportEntry::pushDownUntilBottom() {
3196 void ExportEntry::moveNext() {
3197 assert(!Stack.empty() && "ExportEntry::moveNext() with empty node stack");
3228 ExportEntry Start(&E, O, Trie);
3234 ExportEntry Finish(&E, O, Trie);