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