Searched refs:emitInt64 (Results 1 – 9 of 9) sorted by relevance
88 MCOS->emitInt64(Guid); in emit()158 MCOS->emitInt64(Guid); in emit()
659 void emitInt64(uint64_t Value) const;
1406 OutStreamer->emitInt64(ADATable.insert( in emitPPA1()1411 OutStreamer->emitInt64( in emitPPA1()
720 void emitInt64(uint64_t Value) { emitIntValue(Value, 8); } in emitInt64() function
479 Asm->emitInt64(std::get<uint64_t>(TU.value())); in emitTUList()
1498 Asm->emitInt64(getDWOId()); in emitHeader()
3062 void AsmPrinter::emitInt64(uint64_t Value) const { in emitInt64() function in AsmPrinter3063 OutStreamer->emitInt64(Value); in emitInt64()
3241 getStreamer().emitInt64(lo); in parseDirectiveOctaValue()3242 getStreamer().emitInt64(hi); in parseDirectiveOctaValue()3244 getStreamer().emitInt64(hi); in parseDirectiveOctaValue()3245 getStreamer().emitInt64(lo); in parseDirectiveOctaValue()
354 Streamer.emitInt64(GUID->getZExtValue()); in emitModuleMetadata()355 Streamer.emitInt64(Hash->getZExtValue()); in emitModuleMetadata()