Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/MC/
H A DMCAssembler.cpp659 void MCAssembler::writeSectionData(raw_ostream &OS, const MCSection *Sec, in writeSectionData() function in MCAssembler
H A DELFObjectWriter.cpp842 void ELFWriter::writeSectionData(const MCAssembler &Asm, MCSection &Sec, in writeSectionData() function in ELFWriter
/freebsd-12.1/contrib/llvm/tools/llvm-objcopy/ELF/
H A DObject.cpp1316 template <class ELFT> void ELFWriter<ELFT>::writeSectionData() { in writeSectionData() function in llvm::objcopy::elf::ELFWriter