Home
last modified time | relevance | path

Searched defs:EmitSLEB128 (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DByteStreamer.h47 void EmitSLEB128(uint64_t DWord, const Twine &Comment) override { in EmitSLEB128() function
65 void EmitSLEB128(uint64_t DWord, const Twine &Comment) override { in EmitSLEB128() function
93 void EmitSLEB128(uint64_t DWord, const Twine &Comment) override { in EmitSLEB128() function
DAsmPrinterDwarf.cpp39 void AsmPrinter::EmitSLEB128(int64_t Value, const char *Desc) const { in EmitSLEB128() function in AsmPrinter