Home
last modified time | relevance | path

Searched defs:emitInt8 (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DByteStreamer.h45 void emitInt8(uint8_t Byte, const Twine &Comment) override { in emitInt8() function
74 void emitInt8(uint8_t Byte, const Twine &Comment) override { in emitInt8() function
105 void emitInt8(uint8_t Byte, const Twine &Comment) override { in emitInt8() function
H A DAsmPrinter.cpp3037 void AsmPrinter::emitInt8(int Value) const { OutStreamer->emitInt8(Value); } in emitInt8() function in AsmPrinter
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCStreamer.h717 void emitInt8(uint64_t Value) { emitIntValue(Value, 1); } in emitInt8() function