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

/openbsd-current/gnu/llvm/llvm/include/llvm/MC/
H A DMCStreamer.h743 void emitInt16(uint64_t Value) { emitIntValue(Value, 2); } function in class:llvm::MCStreamer
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2786 void AsmPrinter::emitInt16(int Value) const { OutStreamer->emitInt16(Value); } function in class:AsmPrinter

Completed in 107 milliseconds