Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/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.cpp2783 void AsmPrinter::emitInt8(int Value) const { OutStreamer->emitInt8(Value); } in emitInt8() function in AsmPrinter
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/MC/
H A DMCStreamer.h742 void emitInt8(uint64_t Value) { emitIntValue(Value, 1); } in emitInt8() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/MC/
DMCStreamer.h752 void emitInt8(uint64_t Value) { emitIntValue(Value, 1); } in emitInt8() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/MC/
DMCStreamer.h752 void emitInt8(uint64_t Value) { emitIntValue(Value, 1); } in emitInt8() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/MC/
DMCStreamer.h752 void emitInt8(uint64_t Value) { emitIntValue(Value, 1); } in emitInt8() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/MC/
DMCStreamer.h752 void emitInt8(uint64_t Value) { emitIntValue(Value, 1); } in emitInt8() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2142 void AsmPrinter::emitInt8(int Value) const { in emitInt8() function in AsmPrinter