Home
last modified time | relevance | path

Searched defs:bytesRemaining (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DBinaryStreamWriter.h186 uint32_t bytesRemaining() const { return getLength() - getOffset(); } in bytesRemaining() function
H A DBinaryStreamReader.h257 uint32_t bytesRemaining() const { return getLength() - getOffset(); } in bytesRemaining() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeViewRecordIO.h248 Optional<uint32_t> bytesRemaining(uint32_t CurrentOffset) const { in bytesRemaining() function