Searched refs:emitBlockID (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/clang-tools-extra/clang-doc/ |
D | BitcodeWriter.h | 195 void emitBlockID(BlockId ID);
|
D | BitcodeWriter.cpp | 270 void ClangDocBitcodeWriter::emitBlockID(BlockId BID) { in emitBlockID() function in clang::doc::ClangDocBitcodeWriter 392 emitBlockID(BID); in emitBlockInfo()
|
/external/clang/lib/Serialization/ |
D | GlobalModuleIndex.cpp | 435 static void emitBlockID(unsigned ID, const char *Name, in emitBlockID() function 465 #define BLOCK(X) emitBlockID(X ## _ID, #X, Stream, Record) in emitBlockInfoBlock()
|
/external/llvm-project/clang/lib/Serialization/ |
D | GlobalModuleIndex.cpp | 468 static void emitBlockID(unsigned ID, const char *Name, in emitBlockID() function 498 #define BLOCK(X) emitBlockID(X ## _ID, #X, Stream, Record) in emitBlockInfoBlock()
|