Searched defs:OwnedBytes (Results 1 - 2 of 2) sorted by relevance

/external/llvm/unittests/Bitcode/
H A DBitReaderTest.cpp112 auto OwnedBytes = local
114 auto Reader = llvm::make_unique<BitstreamReader>(std::move(OwnedBytes));
/external/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp5816 auto OwnedBytes = local
5818 StreamingMemoryObject &Bytes = *OwnedBytes;
5819 StreamFile = llvm::make_unique<BitstreamReader>(std::move(OwnedBytes));
6488 auto OwnedBytes = local
6490 StreamingMemoryObject &Bytes = *OwnedBytes;
6491 StreamFile = llvm::make_unique<BitstreamReader>(std::move(OwnedBytes));

Completed in 1568 milliseconds