Searched refs:writeSingleSegmentLoadCommand (Results 1 – 1 of 1) sorted by relevance
169 llvm::Error writeSingleSegmentLoadCommand(uint8_t *&lc);622 llvm::Error MachOFileLayout::writeSingleSegmentLoadCommand(uint8_t *&lc) { in writeSingleSegmentLoadCommand() function in lld::mach_o::normalized::MachOFileLayout776 if (auto ec = writeSingleSegmentLoadCommand<MachO64Trait>(lc)) in writeLoadCommands()779 if (auto ec = writeSingleSegmentLoadCommand<MachO32Trait>(lc)) in writeLoadCommands()