Searched defs:ELFWriter (Results 1 – 2 of 2) sorted by relevance
102 struct ELFWriter { struct103 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;[all …]
2108 ELFWriter<ELFT>::ELFWriter(Object &Obj, raw_ostream &Buf, bool WSH, in ELFWriter() function in ELFWriter2723 template class ELFWriter<ELF64LE>; variable2724 template class ELFWriter<ELF64BE>; variable2725 template class ELFWriter<ELF32LE>; variable2726 template class ELFWriter<ELF32BE>; variable