Searched refs:writeSegmentLoadCommands (Results 1 – 1 of 1) sorted by relevance
170 template <typename T> llvm::Error writeSegmentLoadCommands(uint8_t *&lc);664 llvm::Error MachOFileLayout::writeSegmentLoadCommands(uint8_t *&lc) { in writeSegmentLoadCommands() function in lld::mach_o::normalized::MachOFileLayout819 if (auto ec = writeSegmentLoadCommands<MachO64Trait>(lc)) in writeLoadCommands()822 if (auto ec = writeSegmentLoadCommands<MachO32Trait>(lc)) in writeLoadCommands()