clang 20.0.0git
|
A this
pointer adjustment.
More...
#include "clang/Basic/Thunk.h"
Classes | |
union | VirtualAdjustment |
Holds the ABI-specific information about the virtual this adjustment, if needed. More... | |
Public Member Functions | |
ThisAdjustment ()=default | |
bool | isEmpty () const |
Public Attributes | |
int64_t | NonVirtual = 0 |
The non-virtual adjustment from the derived object to its nearest virtual base. | |
union clang::ThisAdjustment::VirtualAdjustment | Virtual |
Friends | |
bool | operator== (const ThisAdjustment &LHS, const ThisAdjustment &RHS) |
bool | operator!= (const ThisAdjustment &LHS, const ThisAdjustment &RHS) |
bool | operator< (const ThisAdjustment &LHS, const ThisAdjustment &RHS) |
|
default |
|
inline |
Definition at line 137 of file Thunk.h.
References clang::ThisAdjustment::VirtualAdjustment::isEmpty(), NonVirtual, and Virtual.
Referenced by clang::ThunkInfo::isEmpty().
|
friend |
|
friend |
|
friend |
int64_t clang::ThisAdjustment::NonVirtual = 0 |
The non-virtual adjustment from the derived object to its nearest virtual base.
Definition at line 95 of file Thunk.h.
Referenced by isEmpty(), and mangleThunkThisAdjustment().
union clang::ThisAdjustment::VirtualAdjustment clang::ThisAdjustment::Virtual |
Referenced by dumpMicrosoftThunkAdjustment(), isEmpty(), and mangleThunkThisAdjustment().