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 …]
2103 ELFWriter<ELFT>::ELFWriter(Object &Obj, raw_ostream &Buf, bool WSH, in ELFWriter() function in llvm::objcopy::elf::ELFWriter2730 template class ELFWriter<ELF64LE>; variable2731 template class ELFWriter<ELF64BE>; variable2732 template class ELFWriter<ELF32LE>; variable2733 template class ELFWriter<ELF32BE>; variable