Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DBinaryStreamRef.h34 BinaryStreamRefBase(std::shared_ptr<StreamType> SharedImpl, uint32_t Offset, in BinaryStreamRefBase() argument
36 : SharedImpl(SharedImpl), BorrowedImpl(SharedImpl.get()), in BinaryStreamRefBase()
144 std::shared_ptr<StreamType> SharedImpl; variable