Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DBinaryStreamWriter.h179 uint64_t bytesRemaining() const { return getLength() - getOffset(); } in bytesRemaining() function
H A DBinaryStreamReader.h248 uint64_t bytesRemaining() const { return getLength() - getOffset(); } in 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
/freebsd/contrib/llvm-project/lld/ELF/
H A DOutputSections.cpp372 size_t bytesRemaining = 0; in maybeCompress() local