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

/external/llvm/include/llvm/Support/
H A DStreamableMemoryObject.h141 size_t BytesSkipped;// Bytes skipped at start of stream (e.g. wrapper/header) member in class:llvm::StreamingMemoryObject
153 Bytes.resize(BytesRead + BytesSkipped + kChunkSize);
154 size_t bytes = Streamer->GetBytes(&Bytes[BytesRead + BytesSkipped],
/external/llvm/lib/Support/
H A DStreamableMemoryObject.cpp104 *ptr = Bytes[address + BytesSkipped];
112 memcpy(buf, &Bytes[address + BytesSkipped], size);
118 BytesSkipped = s;
136 Bytes(kChunkSize), Streamer(streamer), BytesRead(0), BytesSkipped(0),

Completed in 330 milliseconds