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.h89 std::optional<StringRef> BlockInfoBuffer = std::nullopt);
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeAnalyzer.cpp567 std::optional<StringRef> BlockInfoBuffer) in BitcodeAnalyzer() argument
569 if (BlockInfoBuffer) in BitcodeAnalyzer()
570 BlockInfoStream.emplace(*BlockInfoBuffer); in BitcodeAnalyzer()