Displaying 2 results from an estimated 2 matches for "58ab1a1d".
2009 Jan 28
0
[LLVMdev] AsmPrinter question
...___
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu         http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090127/58ab1a1d/attachment.html>
2009 Jan 28
2
[LLVMdev] AsmPrinter question
Hi All,
 
I need to print some extra information about libcall names in assembly.
Libcall names are managed as ExternalSymbols in LLVM. 
 
How do I access these ExternalSymbols from Asmprinter?  
 
AsmPrinter uses class Module that lists all the global variables
(including extern variables) and functions (include extern functions).
But it does not list any information about the libcalls