Searched refs:emitInt64 (Results 1 – 9 of 9) sorted by relevance
216 Streamer.emitInt64(GUID->getZExtValue()); in emitPseudoProbeDescMetadata()217 Streamer.emitInt64(Hash->getZExtValue()); in emitPseudoProbeDescMetadata()
89 MCOS->emitInt64(Guid); in emit()159 MCOS->emitInt64(Guid); in emit()
694 void emitInt64(uint64_t Value) const;
1541 OutStreamer->emitInt64(ADATable.insert( in emitPPA1()1546 OutStreamer->emitInt64( in emitPPA1()
742 void emitInt64(uint64_t Value) { emitIntValue(Value, 8); } in emitInt64() function
478 Asm->emitInt64(std::get<uint64_t>(TU.value())); in emitTUList()
1544 Asm->emitInt64(getDWOId()); in emitHeader()
3398 void AsmPrinter::emitInt64(uint64_t Value) const { in emitInt64() function in AsmPrinter3399 OutStreamer->emitInt64(Value); in emitInt64()
3186 getStreamer().emitInt64(lo); in parseDirectiveOctaValue()3187 getStreamer().emitInt64(hi); in parseDirectiveOctaValue()3189 getStreamer().emitInt64(hi); in parseDirectiveOctaValue()3190 getStreamer().emitInt64(lo); in parseDirectiveOctaValue()