search for: emituleb

Displaying 1 result from an estimated 1 matches for "emituleb".

2011 Jul 11
0
[LLVMdev] ULEB in MC
Hi all, I'm playing ARMAsmPrinter and there is a FIXME in ObjectAttributeEmitter which should print a ULEB to the values, rather than the current char. I could get it to work, but the EmitULEB routines are all moving to Dwarf, including the getULEBSize, which I need to calculate the section size correctly. Is this the only place outside Dwarf that needs ULEB? Does it justify pulling everything ULEB/SLEB related to MCStreamer or reproducing the code for this special case is acceptable?...