Searched defs:writeSectionData (Results 1 – 5 of 5) sorted by relevance
/llvm-project/llvm/lib/ObjectYAML/ | ||
H A D | XCOFFEmitter.cpp | 558 bool XCOFFWriter::writeSectionData() { writeSectionData() function in __anond44f6c0c0111::XCOFFWriter |
H A D | MachOEmitter.cpp | 297 Error MachOWriter::writeSectionData(raw_ostream &OS) { writeSectionData() function in __anon5497b41e0111::MachOWriter |
/llvm-project/llvm/lib/MC/ | ||
H A D | MCAssembler.cpp | 847 void MCAssembler::writeSectionData(raw_ostream &OS, writeSectionData() function in MCAssembler |
H A D | ELFObjectWriter.cpp | 844 void ELFWriter::writeSectionData(const MCAssembler &Asm, MCSection &Sec) { writeSectionData() function in ELFWriter |
/llvm-project/llvm/lib/ObjCopy/ELF/ | ||
H A D | ELFObject.cpp | 2113 template <class ELFT> Error ELFWriter<ELFT>::writeSectionData() { writeSectionData() function in ELFWriter |