[llvm] r175041 - This is actually located at the end, not the middle.
Eric Christopher
echristo at gmail.com
Tue Feb 12 23:22:26 PST 2013
Author: echristo
Date: Wed Feb 13 01:22:25 2013
New Revision: 175041
URL: http://llvm.org/viewvc/llvm-project?rev=175041&view=rev
Log:
This is actually located at the end, not the middle.
Modified:
llvm/trunk/docs/SourceLevelDebugging.rst
Modified: llvm/trunk/docs/SourceLevelDebugging.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/SourceLevelDebugging.rst?rev=175041&r1=175040&r2=175041&view=diff
==============================================================================
--- llvm/trunk/docs/SourceLevelDebugging.rst (original)
+++ llvm/trunk/docs/SourceLevelDebugging.rst Wed Feb 13 01:22:25 2013
@@ -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
More information about the llvm-commits
mailing list