Gordon Henriksen fc3282221f CollectorMetadata abstractly describes stack maps for a function.
It includes:

 - location and of each safe point in machine code (identified by a
   label)
 - location of each root within the stack frame (identified by an
   offset), including the metadata tag provided to llvm.gcroot in
   the user program
 - size of the stack frame (for collectors which want to cheat on
   stack crawling :)
 - and eventually will include liveness

It is to be populated by back-ends during code-generation.

CollectorModuleMetadata aggregates this information across the
entire module.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42418 91177308-0d34-0410-b5e6-96231b3b80d8
2007-09-27 22:18:46 +00:00
..
2007-01-29 18:51:14 +00:00
2007-04-30 23:54:10 +00:00
2007-02-08 06:05:08 +00:00
2007-07-05 20:40:15 +00:00
2007-09-06 19:46:46 +00:00
2007-07-26 07:03:08 +00:00
2007-09-24 15:48:49 +00:00
2007-09-06 16:18:45 +00:00
2007-09-26 21:38:03 +00:00
2007-02-01 05:32:05 +00:00