Home | History | Annotate | Download | only in Object

Lines Matching refs:ExportEntry

1236 ExportEntry::ExportEntry(ArrayRef<uint8_t> T)
1239 void ExportEntry::moveToFirst() {
1244 void ExportEntry::moveToEnd() {
1249 bool ExportEntry::operator==(const ExportEntry &Other) const {
1267 uint64_t ExportEntry::readULEB128(const uint8_t *&Ptr) {
1278 StringRef ExportEntry::name() const {
1282 uint64_t ExportEntry::flags() const {
1286 uint64_t ExportEntry::address() const {
1290 uint64_t ExportEntry::other() const {
1294 StringRef ExportEntry::otherName() const {
1301 uint32_t ExportEntry::nodeOffset() const {
1305 ExportEntry::NodeState::NodeState(const uint8_t *Ptr)
1310 void ExportEntry::pushNode(uint64_t offset) {
1335 void ExportEntry::pushDownUntilBottom() {
1369 void ExportEntry::moveNext() {
1397 ExportEntry Start(Trie);
1403 ExportEntry Finish(Trie);