Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DBinaryStreamWriter.h180 uint64_t bytesRemaining() const { return getLength() - getOffset(); } bytesRemaining() function
H A DBinaryStreamReader.h250 uint64_t bytesRemaining() const { return getLength() - getOffset(); } bytesRemaining() function
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeViewRecordIO.h248 std::optional<uint32_t> bytesRemaining(uint32_t CurrentOffset) const { in bytesRemaining() function