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