Searched refs:BlockInfoBuffer (Results 1 – 2 of 2) sorted by relevance
85 BitcodeAnalyzer(StringRef Buffer, Optional<StringRef> BlockInfoBuffer = None);
550 Optional<StringRef> BlockInfoBuffer) in BitcodeAnalyzer() argument552 if (BlockInfoBuffer) in BitcodeAnalyzer()553 BlockInfoStream.emplace(*BlockInfoBuffer); in BitcodeAnalyzer()