Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ObjCopy/MachO/
H A DMachOWriter.h41 void writeSectionInLoadCommand(const Section &Sec, uint8_t *&Out);
H A DMachOWriter.cpp168 writeSectionInLoadCommand<MachO::section>(*Sec, Begin); in writeLoadCommands()
178 writeSectionInLoadCommand<MachO::section_64>(*Sec, Begin); in writeLoadCommands()
214 void MachOWriter::writeSectionInLoadCommand(const Section &Sec, uint8_t *&Out) { in writeSectionInLoadCommand() function in MachOWriter