Searched defs:emitInt64 (Results 1 – 2 of 2) sorted by relevance
720 void emitInt64(uint64_t Value) { emitIntValue(Value, 8); } in emitInt64() function
3062 void AsmPrinter::emitInt64(uint64_t Value) const { in emitInt64() function in AsmPrinter