Searched refs:emitInt64 (Results 1 – 8 of 8) sorted by relevance
315 Asm.emitInt64(Prologue->TotalLength); in writePrologue()325 Asm.emitInt64(Prologue->PrologueLength); in writePrologue()
617 void emitInt64(uint64_t Value) const;
138 MCOS->emitInt64(Guid); in emit()
739 void emitInt64(uint64_t Value) { emitIntValue(Value, 8); } in emitInt64() function
3242 getStreamer().emitInt64(lo); in parseDirectiveOctaValue()3243 getStreamer().emitInt64(hi); in parseDirectiveOctaValue()3245 getStreamer().emitInt64(hi); in parseDirectiveOctaValue()3246 getStreamer().emitInt64(lo); in parseDirectiveOctaValue()
354 Streamer.emitInt64(GUID->getZExtValue()); in emitModuleMetadata()355 Streamer.emitInt64(Hash->getZExtValue()); in emitModuleMetadata()
1376 Asm->emitInt64(getDWOId()); in emitHeader()
2641 void AsmPrinter::emitInt64(uint64_t Value) const { in emitInt64() function in AsmPrinter2642 OutStreamer->emitInt64(Value); in emitInt64()