Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/lib/MC/
H A DELFObjectWriter.cpp78 struct ELFSymbolData { struct in __anon741e0e120111::ELFObjectWriter
79 const MCSymbolELF *Symbol;
80 uint32_t SectionIndex;
81 StringRef Name;
84 bool operator<(const ELFSymbolData &RHS) const { in operator <()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/
H A DELFObjectWriter.cpp115 struct ELFSymbolData { struct
116 const MCSymbolELF *Symbol;
117 StringRef Name;
118 uint32_t SectionIndex;
119 uint32_t Order;
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A 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 <()