summaryrefslogtreecommitdiffstats
path: root/llvm/docs/SourceLevelDebugging.rst
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2013-02-13 07:22:25 +0000
committerEric Christopher <echristo@gmail.com>2013-02-13 07:22:25 +0000
commit19690538d31e4f361c994749f47847f688f074f3 (patch)
tree34b61af601e389f6079caf3d1a7edcacc4cba66b /llvm/docs/SourceLevelDebugging.rst
parentec87e785a3c89d20813675a99bad79a6d7a121b2 (diff)
downloadbcm5719-llvm-19690538d31e4f361c994749f47847f688f074f3.tar.gz
bcm5719-llvm-19690538d31e4f361c994749f47847f688f074f3.zip
This is actually located at the end, not the middle.
llvm-svn: 175041
Diffstat (limited to 'llvm/docs/SourceLevelDebugging.rst')
-rw-r--r--llvm/docs/SourceLevelDebugging.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/SourceLevelDebugging.rst b/llvm/docs/SourceLevelDebugging.rst
index 0faf0cf9a41..00c26cb42b0 100644
--- a/llvm/docs/SourceLevelDebugging.rst
+++ b/llvm/docs/SourceLevelDebugging.rst
@@ -298,7 +298,6 @@ Subprogram descriptors
metadata, ;; Reference to type descriptor
i1, ;; True if the global is local to compile unit (static)
i1, ;; True if the global is defined in the compile unit (not extern)
- i32, ;; Line number where the scope of the subprogram begins
i32, ;; Virtuality, e.g. dwarf::DW_VIRTUALITY__virtual
i32, ;; Index into a virtual function
metadata, ;; indicates which base type contains the vtable pointer for the
@@ -309,6 +308,7 @@ Subprogram descriptors
metadata, ;; Lists function template parameters
metadata, ;; Function declaration descriptor
metadata ;; List of function variables
+ i32, ;; Line number where the scope of the subprogram begins
}
These descriptors provide debug information about functions, methods and
OpenPOWER on IntegriCloud