Searched refs:emitRecordID (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/clang-tools-extra/clang-doc/ |
D | BitcodeWriter.h | 194 void emitRecordID(RecordId ID);
|
D | BitcodeWriter.cpp | 283 void ClangDocBitcodeWriter::emitRecordID(RecordId ID) { in emitRecordID() function in clang::doc::ClangDocBitcodeWriter 394 emitRecordID(RID); in emitBlockInfo()
|
/external/clang/lib/Serialization/ |
D | GlobalModuleIndex.cpp | 450 static void emitRecordID(unsigned ID, const char *Name, in emitRecordID() function 466 #define RECORD(X) emitRecordID(X, #X, Stream, Record) in emitBlockInfoBlock()
|
/external/llvm-project/clang/lib/Serialization/ |
D | GlobalModuleIndex.cpp | 483 static void emitRecordID(unsigned ID, const char *Name, in emitRecordID() function 499 #define RECORD(X) emitRecordID(X, #X, Stream, Record) in emitBlockInfoBlock()
|