[LLVMdev] Introducing LLBrowse: A graphical browser for LLVM modules
Devang Patel
dpatel at apple.com
Mon Feb 14 09:11:52 PST 2011
Talin,
On Feb 13, 2011, at 7:55 PM, Talin wrote:
> Oh, and before I forget, I need three small changes to DebugInfo.h:
> DebugInfoFinder's 'module' parameter should be const.
> isArtificial should return a bool, not an unsigned.
> DIDerivedType should have an method that allows access to the 'name' attribute of the DIE.
DIDerivedType is derived from DIType and it has getName() method, so it would work.
However, feel free to update DebugInfo.h for these needs.
-
Devang
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110214/874329ba/attachment.html>
More information about the llvm-dev
mailing list