Searched defs:ELFWriter (Results 1 – 2 of 2) sorted by relevance
100 struct ELFWriter { struct101 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;[all …]
2096 ELFWriter<ELFT>::ELFWriter(Object &Obj, raw_ostream &Buf, bool WSH, in ELFWriter() function in ELFWriter2775 template class ELFWriter<ELF64LE>; variable2776 template class ELFWriter<ELF64BE>; variable2777 template class ELFWriter<ELF32LE>; variable2778 template class ELFWriter<ELF32BE>; variable