diff options
Diffstat (limited to 'llvm/docs/CommandGuide/llvm-debuginfo-analyzer.rst')
| -rw-r--r-- | llvm/docs/CommandGuide/llvm-debuginfo-analyzer.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/llvm/docs/CommandGuide/llvm-debuginfo-analyzer.rst b/llvm/docs/CommandGuide/llvm-debuginfo-analyzer.rst index 7c15e65c1adf..453af0751e2a 100644 --- a/llvm/docs/CommandGuide/llvm-debuginfo-analyzer.rst +++ b/llvm/docs/CommandGuide/llvm-debuginfo-analyzer.rst @@ -134,12 +134,13 @@ toolchain name, binary file format, etc. The following attributes describe the most common information for a logical element. They help to identify the lexical scope level; the element visibility across modules (global, local); the toolchain name - that produced the binary file. + and source language that produced the binary file. .. code-block:: text =global: Element referenced across Compile Units. =format: Object file format name. + =language: Source language name. =level: Lexical scope level (File=0, Compile Unit=1). =local: Element referenced only in the Compile Unit. =producer: Toolchain identification name. @@ -231,6 +232,7 @@ toolchain name, binary file format, etc. =filename =files =format + =language =level =producer =publics |
