[docs] Fix typo, align comments, fix syntax highlighting

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@210462 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Jeroen Ketema
2014-06-09 10:12:29 +00:00
parent 0c7ac480e2
commit 503447efba

View File

@@ -269,7 +269,7 @@ Global variable descriptors
metadata, ;; The static member declaration, if any metadata, ;; The static member declaration, if any
} }
These descriptors provide debug information about globals variables. They These descriptors provide debug information about global variables. They
provide details such as name, type and where the variable is defined. All provide details such as name, type and where the variable is defined. All
global variables are collected inside the named metadata ``!llvm.dbg.cu``. global variables are collected inside the named metadata ``!llvm.dbg.cu``.
@@ -297,7 +297,7 @@ Subprogram descriptors
;; derived class ;; derived class
i32, ;; Flags - Artificial, Private, Protected, Explicit, Prototyped. i32, ;; Flags - Artificial, Private, Protected, Explicit, Prototyped.
i1, ;; isOptimized i1, ;; isOptimized
Function * , ;; Pointer to LLVM function {}*, ;; Reference to the LLVM function
metadata, ;; Lists function template parameters metadata, ;; Lists function template parameters
metadata, ;; Function declaration descriptor metadata, ;; Function declaration descriptor
metadata, ;; List of function variables metadata, ;; List of function variables
@@ -315,8 +315,8 @@ Block descriptors
!3 = metadata !{ !3 = metadata !{
i32, ;; Tag = 11 (DW_TAG_lexical_block) i32, ;; Tag = 11 (DW_TAG_lexical_block)
metadata,;; Source directory (including trailing slash) & file pair metadata, ;; Source directory (including trailing slash) & file pair
metadata,;; Reference to context descriptor metadata, ;; Reference to context descriptor
i32, ;; Line number i32, ;; Line number
i32, ;; Column number i32, ;; Column number
i32, ;; DWARF path discriminator value i32, ;; DWARF path discriminator value
@@ -331,7 +331,7 @@ lexical blocks at same depth.
!3 = metadata !{ !3 = metadata !{
i32, ;; Tag = 11 (DW_TAG_lexical_block) i32, ;; Tag = 11 (DW_TAG_lexical_block)
metadata,;; Source directory (including trailing slash) & file pair metadata, ;; Source directory (including trailing slash) & file pair
metadata ;; Reference to the scope we're annotating with a file change metadata ;; Reference to the scope we're annotating with a file change
} }