Home
last modified time | relevance | path

Searched defs:writeSectionData (Results 1 – 5 of 5) sorted by relevance

/llvm-project/llvm/lib/ObjectYAML/
H A DXCOFFEmitter.cpp558 bool XCOFFWriter::writeSectionData() { writeSectionData() function in __anond44f6c0c0111::XCOFFWriter
H A DMachOEmitter.cpp297 Error MachOWriter::writeSectionData(raw_ostream &OS) { writeSectionData() function in __anon5497b41e0111::MachOWriter
/llvm-project/llvm/lib/MC/
H A DMCAssembler.cpp847 void MCAssembler::writeSectionData(raw_ostream &OS, writeSectionData() function in MCAssembler
H A DELFObjectWriter.cpp844 void ELFWriter::writeSectionData(const MCAssembler &Asm, MCSection &Sec) { writeSectionData() function in ELFWriter
/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp2113 template <class ELFT> Error ELFWriter<ELFT>::writeSectionData() { writeSectionData() function in ELFWriter