mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-28 14:10:41 +00:00
LangRef: Removed some outdated text about DIDerivedType
This text is also incorrect (much like r266540). It looks like I missed updating some of what I moved from SourceLevelDebugging.rst in r232566. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@266544 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
36d852b3d6
commit
4460c98673
@ -3963,7 +3963,6 @@ The following ``tag:`` values are valid:
|
||||
|
||||
.. code-block:: llvm
|
||||
|
||||
DW_TAG_formal_parameter = 5
|
||||
DW_TAG_member = 13
|
||||
DW_TAG_pointer_type = 15
|
||||
DW_TAG_reference_type = 16
|
||||
@ -3976,10 +3975,8 @@ The following ``tag:`` values are valid:
|
||||
DW_TAG_restrict_type = 55
|
||||
|
||||
``DW_TAG_member`` is used to define a member of a :ref:`composite type
|
||||
<DICompositeType>` or :ref:`subprogram <DISubprogram>`. The type of the member
|
||||
is the ``baseType:``. The ``offset:`` is the member's bit offset.
|
||||
``DW_TAG_formal_parameter`` is used to define a member which is a formal
|
||||
argument of a subprogram.
|
||||
<DICompositeType>`. The type of the member is the ``baseType:``. The
|
||||
``offset:`` is the member's bit offset.
|
||||
|
||||
``DW_TAG_inheritance`` and ``DW_TAG_friend`` are used in the ``elements:``
|
||||
field of :ref:`composite types <DICompositeType>` to describe parents and
|
||||
|
Loading…
Reference in New Issue
Block a user