Home
last modified time | relevance | path

Searched refs:emitRecord (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/clang-tools-extra/clang-doc/
DBitcodeWriter.cpp266 emitRecord(VersionNumber, VERSION); in emitVersionBlock()
303 void ClangDocBitcodeWriter::emitRecord(const SymbolID &Sym, RecordId ID) { in emitRecord() function in clang::doc::ClangDocBitcodeWriter
315 void ClangDocBitcodeWriter::emitRecord(llvm::StringRef Str, RecordId ID) { in emitRecord() function in clang::doc::ClangDocBitcodeWriter
326 void ClangDocBitcodeWriter::emitRecord(const Location &Loc, RecordId ID) { in emitRecord() function in clang::doc::ClangDocBitcodeWriter
340 void ClangDocBitcodeWriter::emitRecord(bool Val, RecordId ID) { in emitRecord() function in clang::doc::ClangDocBitcodeWriter
349 void ClangDocBitcodeWriter::emitRecord(int Val, RecordId ID) { in emitRecord() function in clang::doc::ClangDocBitcodeWriter
359 void ClangDocBitcodeWriter::emitRecord(unsigned Val, RecordId ID) { in emitRecord() function in clang::doc::ClangDocBitcodeWriter
405 emitRecord(R.USR, REFERENCE_USR); in emitBlock()
406 emitRecord(R.Name, REFERENCE_NAME); in emitBlock()
407 emitRecord((unsigned)R.RefType, REFERENCE_TYPE); in emitBlock()
[all …]
DBitcodeWriter.h200 void emitRecord(StringRef Str, RecordId ID);
201 void emitRecord(const SymbolID &Str, RecordId ID);
202 void emitRecord(const Location &Loc, RecordId ID);
203 void emitRecord(const Reference &Ref, RecordId ID);
204 void emitRecord(bool Value, RecordId ID);
205 void emitRecord(int Value, RecordId ID);
206 void emitRecord(unsigned Value, RecordId ID);
/external/llvm-project/llvm/include/llvm/Bitcode/
DBitcodeConvenience.h376 emitRecord(Stream, buffer, AbbrevCode, id, std::forward<Data>(data)...);
396 static void emitRecord(llvm::BitstreamWriter &Stream, BufferTy &buffer,
465 static void emitRecord(llvm::BitstreamWriter &Stream, BufferTy &buffer,
467 Base::emitRecord(Stream, buffer, abbrCode, RecordCode,
/external/llvm/utils/TableGen/
DInstrInfoEmitter.cpp55 void emitRecord(const CodeGenInstruction &Inst, unsigned Num,
390 emitRecord(*Inst, Num++, InstrInfo, EmittedLists, OperandInfoIDs, OS); in run()
460 void InstrInfoEmitter::emitRecord(const CodeGenInstruction &Inst, unsigned Num, in emitRecord() function in InstrInfoEmitter
/external/llvm-project/llvm/utils/TableGen/
DInstrInfoEmitter.cpp74 void emitRecord(const CodeGenInstruction &Inst, unsigned Num,
569 emitRecord(*Inst, Num++, InstrInfo, EmittedLists, OperandInfoIDs, OS); in run()
724 void InstrInfoEmitter::emitRecord(const CodeGenInstruction &Inst, unsigned Num, in emitRecord() function in InstrInfoEmitter
/external/capstone/contrib/sysz_update/
D0003-capstone-generate-GenInstrInfo.inc.patch55 void InstrInfoEmitter::emitRecord(const CodeGenInstruction &Inst, unsigned Num,