Searched refs:emitInt64 (Results 1 – 9 of 9) sorted by relevance
315 Asm.emitInt64(Prologue->TotalLength); in writePrologue()325 Asm.emitInt64(Prologue->PrologueLength); in writePrologue()
502 void emitInt64(uint64_t Value) const;
561 void emitInt64(uint64_t Value) const;
705 void emitInt64(uint64_t Value) { emitIntValue(Value, 8); } in emitInt64() function
3119 getStreamer().emitInt64(lo); in parseDirectiveOctaValue()3120 getStreamer().emitInt64(hi); in parseDirectiveOctaValue()3122 getStreamer().emitInt64(hi); in parseDirectiveOctaValue()3123 getStreamer().emitInt64(lo); in parseDirectiveOctaValue()
1119 Asm->emitInt64(getDWOId()); in emitHeader()
2157 void AsmPrinter::emitInt64(uint64_t Value) const { in emitInt64() function in AsmPrinter
2275 void AsmPrinter::emitInt64(uint64_t Value) const { in emitInt64() function in AsmPrinter2276 OutStreamer->emitInt64(Value); in emitInt64()
1244 Asm->emitInt64(getDWOId()); in emitHeader()