Searched defs:emitSLEB128 (Results 1 – 2 of 2) sorted by relevance
49 void emitSLEB128(uint64_t DWord, const Twine &Comment) override { in emitSLEB128() function77 void emitSLEB128(uint64_t DWord, const Twine &Comment) override { in emitSLEB128() function110 void emitSLEB128(uint64_t DWord, const Twine &Comment) override { in emitSLEB128() function
3046 void AsmPrinter::emitSLEB128(int64_t Value, const char *Desc) const { in emitSLEB128() function in AsmPrinter