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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCStreamer.h685 void emitInt16(uint64_t Value) { emitIntValue(Value, 2); } function in class:llvm::MCStreamer
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2199 void AsmPrinter::emitInt16(int Value) const { OutStreamer->emitInt16(Value); } function in class:AsmPrinter

Completed in 118 milliseconds