Searched refs:BlockInfoBuffer (Results 1 – 2 of 2) sorted by relevance
87 std::optional<StringRef> BlockInfoBuffer = std::nullopt);
564 std::optional<StringRef> BlockInfoBuffer) in BitcodeAnalyzer() argument566 if (BlockInfoBuffer) in BitcodeAnalyzer()567 BlockInfoStream.emplace(*BlockInfoBuffer); in BitcodeAnalyzer()