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

  /external/llvm/include/llvm/Support/
StreamableMemoryObject.h 146 size_t BytesSkipped;// Bytes skipped at start of stream (e.g. wrapper/header)
158 Bytes.resize(BytesRead + BytesSkipped + kChunkSize);
159 size_t bytes = Streamer->GetBytes(&Bytes[BytesRead + BytesSkipped],
  /external/llvm/lib/Support/
StreamableMemoryObject.cpp 108 *ptr = Bytes[address + BytesSkipped];
117 memcpy(buf, &Bytes[address + BytesSkipped], size);
124 BytesSkipped = s;
142 Bytes(kChunkSize), Streamer(streamer), BytesRead(0), BytesSkipped(0),

Completed in 537 milliseconds