Home
last modified time | relevance | path

Searched defs:emitInt16 (Results 1 – 2 of 2) sorted by relevance

/llvm-project/llvm/include/llvm/MC/
H A DMCStreamer.h718 void emitInt16(uint64_t Value) { emitIntValue(Value, 2); } emitInt16() function
/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp3038 void AsmPrinter::emitInt16(int Value) const { OutStreamer->emitInt16(Value); } emitInt16() function in AsmPrinter