Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
HDBinaryStreamWriter.h186 uint32_t bytesRemaining() const { return getLength() - getOffset(); } in bytesRemaining() function
HDBinaryStreamReader.h257 uint32_t bytesRemaining() const { return getLength() - getOffset(); } in bytesRemaining() function
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
HDCodeViewRecordIO.h247 Optional<uint32_t> bytesRemaining(uint32_t CurrentOffset) const { in bytesRemaining() function