mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-02 07:11:49 +00:00
Update docs
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32037 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
2172f966ca
commit
fe793815e0
@ -389,7 +389,8 @@ line correspondence.</p>
|
||||
{ }*, ;; Global variable anchor = cast (%<a href="#format_anchors">llvm.dbg.anchor.type</a>* %<a href="#format_global_variables">llvm.dbg.global_variables</a> to { }*),
|
||||
{ }*, ;; Reference to context descriptor
|
||||
sbyte*, ;; Name
|
||||
sbyte*, ;; Display name (unmangled name if Name is the C++ mangled name)
|
||||
sbyte*, ;; Display name (fully qualified C++ name)
|
||||
sbyte*, ;; MIPS linkage name (for C++)
|
||||
{ }*, ;; Reference to compile unit where defined
|
||||
uint, ;; Line number where defined
|
||||
{ }*, ;; Reference to type descriptor
|
||||
@ -417,7 +418,8 @@ provide details such as name, type and where the variable is defined.</p>
|
||||
{ }*, ;; Subprogram anchor = cast (%<a href="#format_anchors">llvm.dbg.anchor.type</a>* %<a href="#format_subprograms">llvm.dbg.subprograms</a> to { }*),
|
||||
{ }*, ;; Reference to context descriptor
|
||||
sbyte*, ;; Name
|
||||
sbyte*, ;; Display name (unmangled name if Name is the C++ mangled name)
|
||||
sbyte*, ;; Display name (fully qualified C++ name)
|
||||
sbyte*, ;; MIPS linkage name (for C++)
|
||||
{ }*, ;; Reference to compile unit where defined
|
||||
uint, ;; Line number where defined
|
||||
{ }*, ;; Reference to type descriptor
|
||||
|
Loading…
Reference in New Issue
Block a user