Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DMachOEmitter.cpp266 Error MachOWriter::writeSectionData(raw_ostream &OS) { in writeSectionData() function in __anond55923360111::MachOWriter
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCAssembler.cpp722 void MCAssembler::writeSectionData(raw_ostream &OS, const MCSection *Sec, in writeSectionData() function in MCAssembler
H A DELFObjectWriter.cpp843 void ELFWriter::writeSectionData(const MCAssembler &Asm, MCSection &Sec, in writeSectionData() function in ELFWriter
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/
H A DObject.cpp2072 template <class ELFT> Error ELFWriter<ELFT>::writeSectionData() { in writeSectionData() function in llvm::objcopy::elf::ELFWriter