summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJuergen Ributzka <juergen@apple.com>2014-01-30 18:58:27 +0000
committerJuergen Ributzka <juergen@apple.com>2014-01-30 18:58:27 +0000
commit014fdcdaf0cf194ec6c265647197dee8f589fac4 (patch)
treec57fb0ae3d243405ffbe627de789103768358c91 /docs
parentb68991fd8798f77642dd01d57b8f35de216bd057 (diff)
downloadllvm-014fdcdaf0cf194ec6c265647197dee8f589fac4.tar.gz
llvm-014fdcdaf0cf194ec6c265647197dee8f589fac4.tar.bz2
llvm-014fdcdaf0cf194ec6c265647197dee8f589fac4.tar.xz
[Stackmaps] Record the stack size of each function that contains a stackmap/patchpoint intrinsic.
Re-applying the patch, but this time without using AsmPrinter methods. Reviewed by Andy git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@200481 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/StackMaps.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/StackMaps.rst b/docs/StackMaps.rst
index 0dac62b595..57c37ea2f5 100644
--- a/docs/StackMaps.rst
+++ b/docs/StackMaps.rst
@@ -314,6 +314,11 @@ format of this section follows:
.. code-block:: none
uint32 : Reserved (header)
+ uint32 : NumFunctions
+ StkSizeRecord[NumFunctions] {
+ uint32 : Function Offset
+ uint32 : Stack Size
+ }
uint32 : NumConstants
Constants[NumConstants] {
uint64 : LargeConstant