Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Bitcode/
H A DBitcodeAnalyzer.h53 Optional<BitstreamCursor> BlockInfoStream; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitcodeAnalyzer.cpp553 BlockInfoStream.emplace(*BlockInfoBuffer); in BitcodeAnalyzer()
568 if (BlockInfoStream) { in analyze()
569 BitstreamCursor BlockInfoCursor(*BlockInfoStream); in analyze()