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]

Interface Method Table


For a Go program being compiled in gcc, from the middle end, is there a way to
figure-out which routines make up the interface-method-table?  I could check the
mangled name of the method table, but is there another way to deduce what
methods compose it from the middle-end?

Thanks!

-Matt


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