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 d61da13 commit 8c0150cCopy full SHA for 8c0150c
clang/docs/LanguageExtensions.rst
@@ -3078,7 +3078,9 @@ Query for this feature with ``__has_builtin(__builtin_offsetof)``.
3078
--------------------------------
3079
3080
``__builtin_get_vtable_pointer`` loads and authenticates the primary vtable
3081
-pointer from an instance of a polymorphic C++ class.
+pointer from an instance of a polymorphic C++ class. This builtin is needed
3082
+for directly loading the vtable pointer when on platforms using
3083
+:doc:`PointerAuthentication`.
3084
3085
**Syntax**:
3086
0 commit comments