We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60b7523 commit f912b46Copy full SHA for f912b46
llvm/docs/CommandGuide/llvm-dwarfdump.rst
@@ -138,7 +138,10 @@ OPTIONS
138
139
Only dump children whose DWARF tag is one of the specified tags.
140
Example usage:
141
- `llvm-dwarfdump -t DW_TAG_structure_type -t DW_TAG_member -c`
+
142
+ .. code-block:: c
143
144
+ llvm-dwarfdump -t DW_TAG_structure_type -t DW_TAG_member -c
145
146
.. option:: -x, --regex
147
0 commit comments