Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Support/
DStreamingMemoryObject.h52 size_t BytesSkipped;// Bytes skipped at start of stream (e.g. wrapper/header) variable
66 Bytes.resize(BytesRead + BytesSkipped + kChunkSize); in fetchToPos()
67 size_t bytes = Streamer->GetBytes(&Bytes[BytesRead + BytesSkipped], in fetchToPos()
/external/llvm/lib/Support/
DStreamingMemoryObject.cpp103 memcpy(Buf, &Bytes[Address + BytesSkipped], Size); in readBytes()
110 return &Bytes[Address + BytesSkipped]; in getPointer()
115 BytesSkipped = s; in dropLeadingBytes()
135 BytesSkipped(0), ObjectSize(0), EOFReached(false) { in StreamingMemoryObject()