Searched defs:emitInt8 (Results 1 – 4 of 4) sorted by relevance
44 void emitInt8(uint8_t Byte, const Twine &Comment) override { in emitInt8() function64 void emitInt8(uint8_t Byte, const Twine &Comment) override { in emitInt8() function91 void emitInt8(uint8_t Byte, const Twine &Comment) override { in emitInt8() function
2266 void AsmPrinter::emitInt8(int Value) const { OutStreamer->emitInt8(Value); } in emitInt8() function in AsmPrinter
702 void emitInt8(uint64_t Value) { emitIntValue(Value, 1); } in emitInt8() function
2142 void AsmPrinter::emitInt8(int Value) const { in emitInt8() function in AsmPrinter