Home
last modified time | relevance | path

Searched refs:writeSectionInLoadCommand (Results 1 – 2 of 2) sorted by relevance

/freebsd-head/contrib/llvm-project/llvm/lib/ObjCopy/MachO/
HDMachOWriter.h41 void writeSectionInLoadCommand(const Section &Sec, uint8_t *&Out);
HDMachOWriter.cpp169 writeSectionInLoadCommand<MachO::section>(*Sec, Begin); in writeLoadCommands()
179 writeSectionInLoadCommand<MachO::section_64>(*Sec, Begin); in writeLoadCommands()
215 void MachOWriter::writeSectionInLoadCommand(const Section &Sec, uint8_t *&Out) { in writeSectionInLoadCommand() function in MachOWriter