Lines Matching defs:ELFWriter
100 struct ELFWriter { struct
101 ELFObjectWriter &OWriter;
102 support::endian::Writer W;
104 enum DwoMode {
108 } Mode;
115 struct ELFSymbolData {
126 StringTableBuilder StrTabBuilder{StringTableBuilder::ELF};
131 unsigned LastLocalSymbolIndex;
133 unsigned StringTableIndex;
135 unsigned SymbolTableIndex;
138 std::vector<const MCSectionELF *> SectionTable;
152 ELFWriter(ELFObjectWriter &OWriter, raw_pwrite_stream &OS, in ELFWriter() argument
157 void WriteWord(uint64_t Word) { in WriteWord()
164 template <typename T> void write(T Val) { in write()
174 using SectionOffsetsTy =
178 using RevGroupMapTy = DenseMap<const MCSymbol *, unsigned>;