Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCStreamer.h701 void emitInt16(uint64_t Value) { emitIntValue(Value, 2); } in emitInt16() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2380 void AsmPrinter::emitInt16(int Value) const { OutStreamer->emitInt16(Value); } in emitInt16() function in AsmPrinter