Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMachObjectWriter.cpp227 unsigned SegmentLoadCommandSize = in writeSegmentLoadCommand() local
231 W.write<uint32_t>(SegmentLoadCommandSize + in writeSegmentLoadCommand()
254 assert(W.OS.tell() - Start == SegmentLoadCommandSize); in writeSegmentLoadCommand()