LLVM 22.0.0git
llvm::wholeprogramdevirt::TypeMemberInfo Struct Reference

#include "llvm/Transforms/IPO/WholeProgramDevirt.h"

Public Member Functions

bool operator< (const TypeMemberInfo &other) const

Public Attributes

VTableBitsBits
uint64_t Offset

Detailed Description

Definition at line 108 of file WholeProgramDevirt.h.

Member Function Documentation

◆ operator<()

bool llvm::wholeprogramdevirt::TypeMemberInfo::operator< ( const TypeMemberInfo & other) const
inline

Definition at line 115 of file WholeProgramDevirt.h.

References Bits, and Offset.

Member Data Documentation

◆ Bits

VTableBits* llvm::wholeprogramdevirt::TypeMemberInfo::Bits

Definition at line 110 of file WholeProgramDevirt.h.

Referenced by operator<().

◆ Offset

uint64_t llvm::wholeprogramdevirt::TypeMemberInfo::Offset

Definition at line 113 of file WholeProgramDevirt.h.

Referenced by operator<().


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