Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-doc/
DBitcodeWriter.h197 void emitBlockInfo(BlockId BID, const std::vector<RecordId> &RIDs);
DBitcodeWriter.cpp384 emitBlockInfo(Block.first, Block.second); in emitBlockInfoBlock()
389 void ClangDocBitcodeWriter::emitBlockInfo(BlockId BID, in emitBlockInfo() function in clang::doc::ClangDocBitcodeWriter