Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/MachO/
H A DMachOWriter.h38 void writeSectionInLoadCommand(const Section &Sec, uint8_t *&Out);
H A DMachOWriter.cpp179 writeSectionInLoadCommand<MachO::section>(*Sec, Begin); in writeLoadCommands()
189 writeSectionInLoadCommand<MachO::section_64>(*Sec, Begin); in writeLoadCommands()
225 void MachOWriter::writeSectionInLoadCommand(const Section &Sec, uint8_t *&Out) { in writeSectionInLoadCommand() function in llvm::objcopy::macho::MachOWriter