Searched defs:writeSectionData (Results 1 – 7 of 7) sorted by relevance
230 Error MachOWriter::writeSectionData(raw_ostream &OS) { in writeSectionData() function in __anon904274310111::MachOWriter
266 Error MachOWriter::writeSectionData(raw_ostream &OS) { in writeSectionData() function in __anond18cb6890111::MachOWriter
563 void MCAssembler::writeSectionData(const MCSection *Sec, in writeSectionData() function in MCAssembler
1013 void ELFObjectWriter::writeSectionData(const MCAssembler &Asm, MCSection &Sec, in writeSectionData() function in ELFObjectWriter
658 void MCAssembler::writeSectionData(raw_ostream &OS, const MCSection *Sec, in writeSectionData() function in MCAssembler
827 void ELFWriter::writeSectionData(const MCAssembler &Asm, MCSection &Sec, in writeSectionData() function in ELFWriter
1041 template <class ELFT> void ELFWriter<ELFT>::writeSectionData() { in writeSectionData() function in ELFWriter