Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DXCOFFEmitter.cpp484 bool XCOFFWriter::writeSectionData() { writeSectionData() function in __anon621dc6cb0111::XCOFFWriter
H A DMachOEmitter.cpp297 Error MachOWriter::writeSectionData(raw_ostream &OS) { in writeSectionData() function in __anone2660edd0111::MachOWriter
/freebsd-src/contrib/llvm-project/llvm/lib/MC/
H A DMCAssembler.cpp738 void MCAssembler::writeSectionData(raw_ostream &OS, const MCSection *Sec, writeSectionData() function in MCAssembler
H A DELFObjectWriter.cpp874 void ELFWriter::writeSectionData(const MCAssembler &Asm, MCSection &Sec, writeSectionData() function in ELFWriter
/freebsd-src/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp2074 template <class ELFT> Error ELFWriter<ELFT>::writeSectionData() { writeSectionData() function in ELFWriter