Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/MC/
DELFObjectWriter.h65 struct ELFSymbolData { struct
71 bool operator<(const ELFSymbolData &RHS) const { argument
/external/llvm/lib/MC/
DELFObjectWriter.cpp78 struct ELFSymbolData { struct in __anon025039250111::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-7.0/llvm/lib/MC/
DELFObjectWriter.cpp116 struct ELFSymbolData { struct
117 const MCSymbolELF *Symbol;
118 uint32_t SectionIndex;
119 StringRef Name;
122 bool operator<(const ELFSymbolData &RHS) const { in operator <()