Searched defs:ELFSymbolData (Results 1 – 3 of 3) sorted by relevance
65 struct ELFSymbolData { struct71 bool operator<(const ELFSymbolData &RHS) const { argument
78 struct ELFSymbolData { struct in __anon025039250111::ELFObjectWriter79 const MCSymbolELF *Symbol;80 uint32_t SectionIndex;81 StringRef Name;84 bool operator<(const ELFSymbolData &RHS) const { in operator <()
116 struct ELFSymbolData { struct117 const MCSymbolELF *Symbol;118 uint32_t SectionIndex;119 StringRef Name;122 bool operator<(const ELFSymbolData &RHS) const { in operator <()