Searched refs:emitInt64 (Results 1 – 7 of 7) sorted by relevance
81 MCOS->emitInt64(Guid); in emit()148 MCOS->emitInt64(Guid); in emit()
654 void emitInt64(uint64_t Value) const;
745 void emitInt64(uint64_t Value) { emitIntValue(Value, 8); } in emitInt64() function
3243 getStreamer().emitInt64(lo); in parseDirectiveOctaValue()3244 getStreamer().emitInt64(hi); in parseDirectiveOctaValue()3246 getStreamer().emitInt64(hi); in parseDirectiveOctaValue()3247 getStreamer().emitInt64(lo); in parseDirectiveOctaValue()
363 Streamer.emitInt64(GUID->getZExtValue()); in emitModuleMetadata()364 Streamer.emitInt64(Hash->getZExtValue()); in emitModuleMetadata()
1381 Asm->emitInt64(getDWOId()); in emitHeader()
2792 void AsmPrinter::emitInt64(uint64_t Value) const { in emitInt64() function in AsmPrinter2793 OutStreamer->emitInt64(Value); in emitInt64()