Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/MC/
H A DMachObjectWriter.cpp183 unsigned SegmentLoadCommandSize = in writeSegmentLoadCommand() local
187 W.write<uint32_t>(SegmentLoadCommandSize + in writeSegmentLoadCommand()
210 assert(W.OS.tell() - Start == SegmentLoadCommandSize); in writeSegmentLoadCommand()