Searched defs:emitInt8 (Results 1 – 3 of 3) sorted by relevance
45 void emitInt8(uint8_t Byte, const Twine &Comment) override { in emitInt8() function74 void emitInt8(uint8_t Byte, const Twine &Comment) override { in emitInt8() function105 void emitInt8(uint8_t Byte, const Twine &Comment) override { in emitInt8() function
3037 void AsmPrinter::emitInt8(int Value) const { OutStreamer->emitInt8(Value); } in emitInt8() function in AsmPrinter
717 void emitInt8(uint64_t Value) { emitIntValue(Value, 1); } in emitInt8() function