Searched defs:ELFSymbolData (Results 1 – 3 of 3) sorted by relevance
78 struct ELFSymbolData { struct in __anon741e0e120111::ELFObjectWriter79 const MCSymbolELF *Symbol;80 uint32_t SectionIndex;81 StringRef Name;84 bool operator<(const ELFSymbolData &RHS) const { in operator <()
115 struct ELFSymbolData { struct116 const MCSymbolELF *Symbol;117 StringRef Name;118 uint32_t SectionIndex;119 uint32_t Order;
117 struct ELFSymbolData { struct118 const MCSymbolELF *Symbol;119 uint32_t SectionIndex;120 StringRef Name;123 bool operator<(const ELFSymbolData &RHS) const { in operator <()