Lines Matching defs:ELFWriter
101 struct ELFWriter { struct
102 ELFObjectWriter &OWriter;
103 support::endian::Writer W;
105 enum DwoMode {
109 } Mode;
116 struct ELFSymbolData {
127 StringTableBuilder StrTabBuilder{StringTableBuilder::ELF};
132 unsigned LastLocalSymbolIndex = ~0u;
134 unsigned StringTableIndex = ~0u;
136 unsigned SymbolTableIndex = ~0u;
139 std::vector<const MCSectionELF *> SectionTable;
153 ELFWriter(ELFObjectWriter &OWriter, raw_pwrite_stream &OS, in ELFWriter() function
159 void WriteWord(uint64_t Word) { in WriteWord()
166 template <typename T> void write(T Val) { in write()
176 using SectionOffsetsTy =
180 using RevGroupMapTy = DenseMap<const MCSymbol *, unsigned>;