Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Support/
DStreamingMemoryObject.h57 size_t BytesSkipped;// Bytes skipped at start of stream (e.g. wrapper/header) variable
70 Bytes.resize(BytesRead + BytesSkipped + kChunkSize); in fetchToPos()
71 size_t bytes = Streamer->GetBytes(&Bytes[BytesRead + BytesSkipped], in fetchToPos()
/external/llvm/lib/Support/
DStreamingMemoryObject.cpp98 memcpy(Buf, &Bytes[Address + BytesSkipped], Size); in readBytes()
104 BytesSkipped = s; in dropLeadingBytes()
120 Bytes(kChunkSize), Streamer(streamer), BytesRead(0), BytesSkipped(0), in StreamingMemoryObject()