This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: GCC tree linkage types


On Sun, Oct 26, 2003 at 02:34:40PM -0600, Chris Lattner wrote:
> Given a FUNCTION_DECL, how do I tell if it is "linkonce"?

DECL_ONE_ONLY.

> Is there any way to tell if something is an explicitly instantiated
> template...

Yes, but I'm not sure what it is.  It might be !linkonce.


r~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]