clang API Documentation

clang::CodeGen::ThisAdjustment Struct Reference

ThisAdjustment - A 'this' pointer adjustment. More...

#include <CGVTables.h>

Collaboration diagram for clang::CodeGen::ThisAdjustment:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 ThisAdjustment ()
bool isEmpty () const

Public Attributes

int64_t NonVirtual
int64_t VCallOffsetOffset

Friends

bool operator== (const ThisAdjustment &LHS, const ThisAdjustment &RHS)
bool operator< (const ThisAdjustment &LHS, const ThisAdjustment &RHS)

Detailed Description

ThisAdjustment - A 'this' pointer adjustment.

Definition at line 58 of file CGVTables.h.


Constructor & Destructor Documentation

clang::CodeGen::ThisAdjustment::ThisAdjustment (  )  [inline]

Definition at line 67 of file CGVTables.h.


Member Function Documentation

bool clang::CodeGen::ThisAdjustment::isEmpty (  )  const [inline]

Definition at line 69 of file CGVTables.h.

References NonVirtual, and VCallOffsetOffset.

Referenced by clang::CodeGen::ThunkInfo::isEmpty().


Friends And Related Function Documentation

bool operator< ( const ThisAdjustment LHS,
const ThisAdjustment RHS 
) [friend]

Definition at line 77 of file CGVTables.h.

bool operator== ( const ThisAdjustment LHS,
const ThisAdjustment RHS 
) [friend]

Definition at line 71 of file CGVTables.h.


Member Data Documentation

NonVirtual - The non-virtual adjustment from the derived object to its nearest virtual base.

Definition at line 61 of file CGVTables.h.

Referenced by clang::CodeGen::CodeGenFunction::GenerateThunk(), isEmpty(), clang::CodeGen::MangleContext::mangleCXXDtorThunk(), and clang::CodeGen::MangleContext::mangleThunk().

VCallOffsetOffset - The offset (in bytes), relative to the address point, of the virtual call offset.

Definition at line 65 of file CGVTables.h.

Referenced by clang::CodeGen::CodeGenFunction::GenerateThunk(), isEmpty(), clang::CodeGen::MangleContext::mangleCXXDtorThunk(), and clang::CodeGen::MangleContext::mangleThunk().


The documentation for this struct was generated from the following file: