[llvm-dev] enumerate symbols in RuntimeDyld

Lang Hames via llvm-dev llvm-dev at lists.llvm.org
Wed Aug 26 16:27:40 PDT 2015


Hi Andy,

There's no technical reason we couldn't enable iteration over the JIT's
symbol tables. In practice nobody has needed it yet, since you can iterate
over the symbols of everything that you put in to the JIT (IR, objects).

Is there a particular use case that you had in mind for this?

Cheers,
Lang.


On Mon, Aug 24, 2015 at 8:04 AM, Andy Somogyi via llvm-dev <
llvm-dev at lists.llvm.org> wrote:

> Hi All
>
> Is there any technical reason why we can’t or shouldn’t have RuntimeDyld
> be able to enumerate all symbols in the dyld?
>
> I know elf, mach-o apis have this capability, and I’m reasonably sure coff
> has support for it as well.
> _______________________________________________
> LLVM Developers mailing list
> llvm-dev at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150826/11e1b248/attachment.html>


More information about the llvm-dev mailing list