Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DXCOFFEmitter.cpp224 bool XCOFFWriter::writeSectionData() { in writeSectionData() function in __anonac495c6d0111::XCOFFWriter
H A DMachOEmitter.cpp266 Error MachOWriter::writeSectionData(raw_ostream &OS) { in writeSectionData() function in __anon2c91a47f0111::MachOWriter
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DMCAssembler.cpp722 void MCAssembler::writeSectionData(raw_ostream &OS, const MCSection *Sec, in writeSectionData() function in MCAssembler
H A DELFObjectWriter.cpp845 void ELFWriter::writeSectionData(const MCAssembler &Asm, MCSection &Sec, in writeSectionData() function in ELFWriter
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/
H A DObject.cpp2077 template <class ELFT> Error ELFWriter<ELFT>::writeSectionData() { in writeSectionData() function in ELFWriter