Home
last modified time | relevance | path

Searched refs:emitBlockID (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/clang-tools-extra/clang-doc/
DBitcodeWriter.h195 void emitBlockID(BlockId ID);
DBitcodeWriter.cpp270 void ClangDocBitcodeWriter::emitBlockID(BlockId BID) { in emitBlockID() function in clang::doc::ClangDocBitcodeWriter
392 emitBlockID(BID); in emitBlockInfo()
/external/clang/lib/Serialization/
DGlobalModuleIndex.cpp435 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/
DGlobalModuleIndex.cpp468 static void emitBlockID(unsigned ID, const char *Name, in emitBlockID() function
498 #define BLOCK(X) emitBlockID(X ## _ID, #X, Stream, Record) in emitBlockInfoBlock()