Searched refs:BlockInfoBuffer (Results 1 – 2 of 2) sorted by relevance
88 BitcodeAnalyzer(StringRef Buffer, Optional<StringRef> BlockInfoBuffer = None);
551 Optional<StringRef> BlockInfoBuffer) in BitcodeAnalyzer() argument553 if (BlockInfoBuffer) in BitcodeAnalyzer()554 BlockInfoStream.emplace(*BlockInfoBuffer); in BitcodeAnalyzer()