Searched defs:writeSectionData (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/ObjectYAML/ | ||
| H A D | XCOFFEmitter.cpp | 484 bool XCOFFWriter::writeSectionData() { in writeSectionData() function in __anon7d28c6690111::XCOFFWriter |
| H A D | MachOEmitter.cpp | 292 Error MachOWriter::writeSectionData(raw_ostream &OS) { in writeSectionData() function in __anonfd710e7b0111::MachOWriter |
| /llvm-project-15.0.7/llvm/lib/MC/ | ||
| H A D | MCAssembler.cpp | 731 void MCAssembler::writeSectionData(raw_ostream &OS, const MCSection *Sec, in writeSectionData() function in MCAssembler |
| H A D | ELFObjectWriter.cpp | 843 void ELFWriter::writeSectionData(const MCAssembler &Asm, MCSection &Sec, in writeSectionData() function in ELFWriter |
| /llvm-project-15.0.7/llvm/lib/ObjCopy/ELF/ | ||
| H A D | ELFObject.cpp | 2032 template <class ELFT> Error ELFWriter<ELFT>::writeSectionData() { in writeSectionData() function in ELFWriter |