Searched defs:emitULEB128 (Results 1 – 3 of 3) sorted by relevance
53 void emitULEB128(uint64_t DWord, const Twine &Comment, in emitULEB128() function80 void emitULEB128(uint64_t DWord, const Twine &Comment, in emitULEB128() function122 void emitULEB128(uint64_t DWord, const Twine &Comment, in emitULEB128() function
3053 void AsmPrinter::emitULEB128(uint64_t Value, const char *Desc, in emitULEB128() function in AsmPrinter
813 auto emitULEB128 = [](DecoderTable::const_iterator I, in emitTable() local