Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Bitcode/
H A DBitcodeAnalyzer.h89 std::optional<StringRef> BlockInfoBuffer = std::nullopt);
/openbsd-src/gnu/llvm/llvm/lib/Bitcode/Reader/
H A DBitcodeAnalyzer.cpp558 std::optional<StringRef> BlockInfoBuffer) in BitcodeAnalyzer() argument
560 if (BlockInfoBuffer) in BitcodeAnalyzer()
561 BlockInfoStream.emplace(*BlockInfoBuffer); in BitcodeAnalyzer()