Home
last modified time | relevance | path

Searched refs:dropLeadingBytes (Results 1 – 3 of 3) sorted by relevance

/external/llvm/include/llvm/Support/
DStreamingMemoryObject.h45 bool dropLeadingBytes(size_t s);
/external/llvm/lib/Support/
DStreamingMemoryObject.cpp102 bool StreamingMemoryObject::dropLeadingBytes(size_t s) { in dropLeadingBytes() function in llvm::StreamingMemoryObject
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp4475 Bytes.dropLeadingBytes(bitcodeStart - buf); in InitLazyStream()