mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
Update DILexicalBlock doc to mention new fields.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@127249 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c175a4bd7e
commit
90d81f1dd5
@ -463,7 +463,9 @@ provide details such as name, type and where the variable is defined.</p>
|
||||
i32, ;; Tag = 11 + <a href="#LLVMDebugVersion">LLVMDebugVersion</a> (DW_TAG_lexical_block)
|
||||
metadata,;; Reference to context descriptor
|
||||
i32, ;; Line number
|
||||
i32 ;; Column number
|
||||
i32, ;; Column number
|
||||
metadata,;; Reference to source file
|
||||
i32 ;; Unique ID to identify blocks from a template function
|
||||
}
|
||||
</pre>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user