Lines Matching defs:ELFWriter
102 struct ELFWriter { struct
103 ELFObjectWriter &OWriter;
104 support::endian::Writer W;
106 enum DwoMode {
110 } Mode;
117 struct ELFSymbolData {
140 StringTableBuilder StrTabBuilder{StringTableBuilder::ELF};
145 unsigned LastLocalSymbolIndex;
147 unsigned StringTableIndex;
149 unsigned SymbolTableIndex;
152 std::vector<const MCSectionELF *> SectionTable;
166 ELFWriter(ELFObjectWriter &OWriter, raw_pwrite_stream &OS, in ELFWriter() argument
171 void WriteWord(uint64_t Word) { in WriteWord()
178 template <typename T> void write(T Val) { in write()
188 using SectionOffsetsTy =
192 using RevGroupMapTy = DenseMap<const MCSymbol *, unsigned>;