Searched refs:emitInt64 (Results 1 – 7 of 7) sorted by relevance
146 MCOS->emitInt64(Guid); in emit()
576 void emitInt64(uint64_t Value) const;
706 void emitInt64(uint64_t Value) { emitIntValue(Value, 8); } in emitInt64() function
355 Streamer.emitInt64(GUID->getZExtValue()); in emitModuleMetadata()356 Streamer.emitInt64(Hash->getZExtValue()); in emitModuleMetadata()
3212 getStreamer().emitInt64(lo); in parseDirectiveOctaValue()3213 getStreamer().emitInt64(hi); in parseDirectiveOctaValue()3215 getStreamer().emitInt64(hi); in parseDirectiveOctaValue()3216 getStreamer().emitInt64(lo); in parseDirectiveOctaValue()
2411 void AsmPrinter::emitInt64(uint64_t Value) const { in emitInt64() function in AsmPrinter2412 OutStreamer->emitInt64(Value); in emitInt64()
1354 Asm->emitInt64(getDWOId()); in emitHeader()