Searched defs:emitInt16 (Results 1 – 2 of 2) sorted by relevance
718 void emitInt16(uint64_t Value) { emitIntValue(Value, 2); } in emitInt16() function
3040 void AsmPrinter::emitInt16(int Value) const { OutStreamer->emitInt16(Value); } in emitInt16() function in AsmPrinter