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