Lines Matching defs:ELFWriter
102 struct ELFWriter { struct
103 ELFObjectWriter &OWriter;
104 support::endian::Writer W;
106 enum DwoMode {
110 } Mode;
117 struct ELFSymbolData {
128 StringTableBuilder StrTabBuilder{StringTableBuilder::ELF};
133 unsigned LastLocalSymbolIndex;
135 unsigned StringTableIndex;
137 unsigned SymbolTableIndex;
140 std::vector<const MCSectionELF *> SectionTable;
154 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>;