Home
last modified time | relevance | path

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

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