Searched defs:ELFWriter (Results 1 – 3 of 3) sorted by relevance
102 struct ELFWriter { struct103 ELFObjectWriter &OWriter;104 support::endian::Writer W;106 enum DwoMode {110 } Mode;117 struct ELFSymbolData {145 unsigned LastLocalSymbolIndex;147 unsigned StringTableIndex;149 unsigned SymbolTableIndex;166 ELFWriter(ELFObjectWriter &OWriter, raw_pwrite_stream &OS, in ELFWriter() argument[all …]
1688 template class ELFWriter<ELF64LE>; variable1689 template class ELFWriter<ELF64BE>; variable1690 template class ELFWriter<ELF32LE>; variable1691 template class ELFWriter<ELF32BE>; variable
232 ELFWriter(Object &Obj, Buffer &Buf, bool WSH) in ELFWriter() function