Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/Support/
H A DBinaryStreamRef.h26 explicit BinaryStreamRefBase(StreamType &BorrowedImpl) in BinaryStreamRefBase()
36 BinaryStreamRefBase(StreamType &BorrowedImpl, uint64_t Offset, in BinaryStreamRefBase()
141 StreamType *BorrowedImpl = nullptr; variable