Searched defs:ELFWriter (Results 1 – 2 of 2) sorted by relevance
110 struct ELFWriter { struct111 MCAssembler &Asm;112 ELFObjectWriter &OWriter;113 support::endian::Writer W;115 enum DwoMode {119 } Mode;125 struct ELFSymbolData {136 StringTableBuilder StrTabBuilder{StringTableBuilder::ELF};141 unsigned LastLocalSymbolIndex = ~0u;143 unsigned StringTableIndex = ~0u;[all …]
2152 ELFWriter<ELFT>::ELFWriter(Object &Obj, raw_ostream &Buf, bool WSH, in ELFWriter() function in ELFWriter3077 template class ELFWriter<ELF64LE>; variable3078 template class ELFWriter<ELF64BE>; variable3079 template class ELFWriter<ELF32LE>; variable3080 template class ELFWriter<ELF32BE>; variable