search for: elfprint

Displaying 3 results from an estimated 3 matches for "elfprint".

Did you mean: xfprint
2010 Oct 21
1
[LLVMdev] [llvm-commits] Fwd: Proof of concept patch for unifying the .s/ELF emission of .ARM.attributes
...; It seems a bit strange to use a high level hammer to do ballpeen > work..... But when in Rome.... :-) Hi Jason, Are you printing ELF symbols and sections with AsmPrinter? I was under the impression that you'd create an MCPrinter to deal with the format-independent and only use AsmPrinter/ELFPrinter for specific calls (to AsmStreamer/ObjectStreamer). Or maybe I got it all wrong... cheers, --renato
2010 Oct 21
0
[LLVMdev] [llvm-commits] Fwd: Proof of concept patch for unifying the .s/ELF emission of .ARM.attributes
On Thu, Oct 21, 2010 at 7:50 AM, Rafael EspĂ­ndola <rafael.espindola at gmail.com> wrote: >> Hmm, I wish we had this discussion way earlier.. >> >> How would I emit things in different subsections? I can do a high >> level switch to .ARM.attributes, and if I were emitting one blob from >> begin to end, using the higher level interface would be preferable,
2010 Oct 21
3
[LLVMdev] [llvm-commits] Fwd: Proof of concept patch for unifying the .s/ELF emission of .ARM.attributes
> Hmm, I wish we had this discussion way earlier.. > > How would I emit things in different subsections? I can do a high > level switch to .ARM.attributes, and if I were emitting one blob from > begin to end, using the higher level interface would be preferable, > but it contains additional subsections - which are naturally > represented by MCDataFragments - Is there an MC