Searched refs:SegmentLoadCommandSize (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/
H A DMachObjectWriter.cpp184 unsigned SegmentLoadCommandSize = local
188 W.write<uint32_t>(SegmentLoadCommandSize +
211 assert(W.OS.tell() - Start == SegmentLoadCommandSize);

Completed in 85 milliseconds