Home
last modified time | relevance | path

Searched refs:SharedImpl (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DBinaryStreamRef.h32 BinaryStreamRefBase(std::shared_ptr<StreamType> SharedImpl, uint64_t Offset, in BinaryStreamRefBase() argument
34 : SharedImpl(SharedImpl), BorrowedImpl(SharedImpl.get()), in BinaryStreamRefBase()
142 std::shared_ptr<StreamType> SharedImpl; variable