LLVM 19.0.0git
Public Attributes | List of all members
llvm::DevirtCallSite Struct Reference

A call site that could be devirtualized. More...

#include "llvm/Analysis/TypeMetadataUtils.h"

Public Attributes

uint64_t Offset
 The offset from the address point to the virtual function.
 
CallBaseCB
 The call site itself.
 

Detailed Description

A call site that could be devirtualized.

Definition at line 40 of file TypeMetadataUtils.h.

Member Data Documentation

◆ CB

CallBase& llvm::DevirtCallSite::CB

The call site itself.

Definition at line 44 of file TypeMetadataUtils.h.

◆ Offset

uint64_t llvm::DevirtCallSite::Offset

The offset from the address point to the virtual function.

Definition at line 42 of file TypeMetadataUtils.h.


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