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 {131 unsigned LastLocalSymbolIndex;133 unsigned StringTableIndex;135 unsigned SymbolTableIndex;152 ELFWriter(ELFObjectWriter &OWriter, raw_pwrite_stream &OS, in ELFWriter() function[all …]
2074 ELFWriter<ELFT>::ELFWriter(Object &Obj, raw_ostream &Buf, bool WSH, in ELFWriter() function in ELFWriter2753 template class ELFWriter<ELF64LE>; variable2754 template class ELFWriter<ELF64BE>; variable2755 template class ELFWriter<ELF32LE>; variable2756 template class ELFWriter<ELF32BE>; variable