search for: 627dfce9

Displaying 2 results from an estimated 2 matches for "627dfce9".

2018 Apr 24
2
Function attribute to indicate external/public
Hi How do I know from a foo.ll (from foo.bc) which function has attribute "Public" or "External" Thanks -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180423/e4f0ae18/attachment.html>
2018 Apr 24
0
Function attribute to indicate external/public
You will want to look at the linkage and/or visibility attributes. On Mon, Apr 23, 2018 at 6:23 PM Sumonto Ghosh via llvm-dev < llvm-dev at lists.llvm.org> wrote: > Hi > How do I know from a foo.ll (from foo.bc) which function has attribute > "Public" or "External" > > Thanks > _______________________________________________ > LLVM Developers