Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/
H A DBinaryStreamRef.h142 uint64_t ViewOffset = 0; variable
157 BinaryStreamRef(std::shared_ptr<BinaryStream> Impl, uint64_t ViewOffset, in BinaryStreamRef()
222 uint64_t ViewOffset, std::optional<uint64_t> Length) in WritableBinaryStreamRef()