Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/MC/
DMachObjectWriter.cpp154 unsigned SegmentLoadCommandSize = in WriteSegmentLoadCommand() local
158 Write32(SegmentLoadCommandSize + in WriteSegmentLoadCommand()
179 assert(OS.tell() - Start == SegmentLoadCommandSize); in WriteSegmentLoadCommand()
/external/llvm/lib/MC/
DMachObjectWriter.cpp165 unsigned SegmentLoadCommandSize = in writeSegmentLoadCommand() local
169 write32(SegmentLoadCommandSize + in writeSegmentLoadCommand()
193 assert(getStream().tell() - Start == SegmentLoadCommandSize); in writeSegmentLoadCommand()