Home
last modified time | relevance | path

Searched defs:ELFSymbolData (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/MC/
DELFObjectWriter.cpp78 struct ELFSymbolData { struct in __anon39dde0610111::ELFObjectWriter
79 const MCSymbolELF *Symbol;
80 uint32_t SectionIndex;
81 StringRef Name;
84 bool operator<(const ELFSymbolData &RHS) const { in operator <()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DELFObjectWriter.cpp117 struct ELFSymbolData { struct
118 const MCSymbolELF *Symbol;
119 uint32_t SectionIndex;
120 StringRef Name;
123 bool operator<(const ELFSymbolData &RHS) const { in operator <()