Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DBinaryStreamRef.h27 explicit BinaryStreamRefBase(StreamType &BorrowedImpl) in BinaryStreamRefBase() function
33 BinaryStreamRefBase(std::shared_ptr<StreamType> SharedImpl, uint32_t Offset, in BinaryStreamRefBase() function
37 BinaryStreamRefBase(StreamType &BorrowedImpl, uint32_t Offset, in BinaryStreamRefBase() function