Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DXCOFFEmitter.cpp558 bool XCOFFWriter::writeSectionData() { in writeSectionData() function in __anonb16345390111::XCOFFWriter
H A DMachOEmitter.cpp296 Error MachOWriter::writeSectionData(raw_ostream &OS) { writeSectionData() function in __anon31ab8d4b0111::MachOWriter
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCAssembler.cpp831 void MCAssembler::writeSectionData(raw_ostream &OS, in writeSectionData() function in MCAssembler
H A DELFObjectWriter.cpp733 void ELFWriter::writeSectionData(const MCAssembler &Asm, MCSection &Sec) { in writeSectionData() function in ELFWriter
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp2113 template <class ELFT> Error ELFWriter<ELFT>::writeSectionData() { in writeSectionData() function in ELFWriter