Home
last modified time | relevance | path

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

/aosp12/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp3444 auto OwnedBytes = llvm::make_unique<StreamingMemoryObject>( in InitLazyStream() local
3446 StreamingMemoryObject &Bytes = *OwnedBytes; in InitLazyStream()
3447 StreamFile = llvm::make_unique<BitstreamReader>(std::move(OwnedBytes)); in InitLazyStream()
/aosp12/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp3786 auto OwnedBytes = llvm::make_unique<StreamingMemoryObject>( in InitLazyStream() local
3788 StreamingMemoryObject &Bytes = *OwnedBytes; in InitLazyStream()
3789 StreamFile = llvm::make_unique<BitstreamReader>(std::move(OwnedBytes)); in InitLazyStream()