Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Bitcode/
H A 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,
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DInstrInfoEmitter.cpp76 void emitRecord(const CodeGenInstruction &Inst, unsigned Num,
763 emitRecord(*Inst, Num++, InstrInfo, EmittedLists, OperandInfoIDs, OS); in run()
924 void InstrInfoEmitter::emitRecord(const CodeGenInstruction &Inst, unsigned Num, in emitRecord() function in InstrInfoEmitter