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 1878259 commit fa5025bCopy full SHA for fa5025b
llvm/docs/LangRef.rst
@@ -8221,6 +8221,14 @@ Example:
8221
Clang emits ``kcfi_type`` metadata nodes for address-taken functions with
8222
``-fsanitize=kcfi``.
8223
8224
+'``pcsections``' Metadata
8225
+^^^^^^^^^^^^^^^^^^^^^^^^^
8226
+
8227
+The ``pcsections`` metadata can be attached to instructions and functions, for
8228
+which addresses, viz. program counters (PCs), are to be emitted in specially
8229
+encoded binary sections. More details can be found in the `PC Sections Metadata
8230
+<PCSectionsMetadata.html>`_ documentation.
8231
8232
.. _md_memprof:
8233
8234
'``memprof``' Metadata
0 commit comments