HomeSort by relevance Sort by last modified time
    Searched refs:SegmentLoadCommandSize (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/MC/
MachObjectWriter.cpp 165 unsigned SegmentLoadCommandSize =
169 write32(SegmentLoadCommandSize +
193 assert(getStream().tell() - Start == SegmentLoadCommandSize);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/MC/
MachObjectWriter.cpp 154 unsigned SegmentLoadCommandSize =
158 Write32(SegmentLoadCommandSize +
179 assert(OS.tell() - Start == SegmentLoadCommandSize);

Completed in 66 milliseconds