reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/Support/BinaryStreamRef.h
   27   explicit BinaryStreamRefBase(StreamType &BorrowedImpl)
   33   BinaryStreamRefBase(std::shared_ptr<StreamType> SharedImpl, uint32_t Offset,
   37   BinaryStreamRefBase(StreamType &BorrowedImpl, uint32_t Offset,
  143   std::shared_ptr<StreamType> SharedImpl;
  144   StreamType *BorrowedImpl = nullptr;