Home
last modified time | relevance | path

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

/external/llvm-project/lld/lib/ReaderWriter/MachO/
DMachONormalizedFileBinaryWriter.cpp170 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::MachOFileLayout
825 if (auto ec = writeSegmentLoadCommands<MachO64Trait>(lc)) in writeLoadCommands()
828 if (auto ec = writeSegmentLoadCommands<MachO32Trait>(lc)) in writeLoadCommands()