Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMachObjectWriter.cpp184 unsigned SegmentLoadCommandSize = in writeSegmentLoadCommand() local
188 W.write<uint32_t>(SegmentLoadCommandSize + in writeSegmentLoadCommand()
211 assert(W.OS.tell() - Start == SegmentLoadCommandSize); in writeSegmentLoadCommand()