Home
last modified time | relevance | path

Searched refs:emitAbbrev (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/clang-tools-extra/clang-doc/
DBitcodeWriter.h210 void emitAbbrev(RecordId ID, BlockId Block);
DBitcodeWriter.cpp293 void ClangDocBitcodeWriter::emitAbbrev(RecordId ID, BlockId Block) { in emitAbbrev() function in clang::doc::ClangDocBitcodeWriter
395 emitAbbrev(RID, BID); in emitBlockInfo()
/external/llvm-project/llvm/include/llvm/Bitcode/
DBitcodeConvenience.h368 : Stream(Stream), AbbrevCode(emitAbbrev(Stream)) {}
382 static unsigned emitAbbrev(llvm::BitstreamWriter &Stream) {