Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-doc/
DBitcodeReader.h43 llvm::Error readBlockInfoBlock();
DBitcodeReader.cpp709 llvm::Error ClangDocBitcodeReader::readBlockInfoBlock() { in readBlockInfoBlock() function in clang::doc::ClangDocBitcodeReader
792 if (auto Err = readBlockInfoBlock()) in readBitcode()