Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
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
DAsmPrinter.cpp2266 void AsmPrinter::emitInt8(int Value) const { OutStreamer->emitInt8(Value); } in emitInt8() function in AsmPrinter
/external/llvm-project/llvm/include/llvm/MC/
DMCStreamer.h702 void emitInt8(uint64_t Value) { emitIntValue(Value, 1); } in emitInt8() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp2142 void AsmPrinter::emitInt8(int Value) const { in emitInt8() function in AsmPrinter