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

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

Completed in 230 milliseconds