[LLVMdev] AsmPrinter question

Sachin.Punyani at microchip.com Sachin.Punyani at microchip.com
Tue Jan 27 20:26:36 PST 2009


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
(ExternalSymbols) generated during lowering. 

 

Regards

Sachin

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090127/f1332a02/attachment.html>


More information about the llvm-dev mailing list