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