Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DByteStreamer.h44 void emitInt8(uint8_t Byte, const Twine &Comment) override { in emitInt8() function
64 void emitInt8(uint8_t Byte, const Twine &Comment) override { in emitInt8() function
91 void emitInt8(uint8_t Byte, const Twine &Comment) override { in emitInt8() function
H A DAsmPrinter.cpp2377 void AsmPrinter::emitInt8(int Value) const { OutStreamer->emitInt8(Value); } in emitInt8() function in AsmPrinter
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCStreamer.h700 void emitInt8(uint64_t Value) { emitIntValue(Value, 1); } in emitInt8() function