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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DBinaryStreamReader.h257 uint32_t bytesRemaining() const { return getLength() - getOffset(); } function in class:llvm::BinaryStreamReader
H A DBinaryStreamWriter.h186 uint32_t bytesRemaining() const { return getLength() - getOffset(); } function in class:llvm::BinaryStreamWriter
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeViewRecordIO.h247 Optional<uint32_t> bytesRemaining(uint32_t CurrentOffset) const { function in struct:llvm::codeview::CodeViewRecordIO::RecordLimit

Completed in 58 milliseconds