Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Bitcode/
H A DBitcodeAnalyzer.h87 std::optional<StringRef> BlockInfoBuffer = std::nullopt);
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeAnalyzer.cpp564 std::optional<StringRef> BlockInfoBuffer) in BitcodeAnalyzer() argument
566 if (BlockInfoBuffer) in BitcodeAnalyzer()
567 BlockInfoStream.emplace(*BlockInfoBuffer); in BitcodeAnalyzer()