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

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

#include "llvm/Analysis/TypeMetadataUtils.h"

Collaboration diagram for llvm::DevirtCallSite:
Collaboration graph
[legend]

Public Attributes

uint64_t Offset
 The offset from the address point to the virtual function. More...
 
CallSite CS
 The call site itself. More...
 

Detailed Description

A call site that could be devirtualized.

Definition at line 33 of file TypeMetadataUtils.h.

Member Data Documentation

◆ CS

CallSite llvm::DevirtCallSite::CS

The call site itself.

Definition at line 37 of file TypeMetadataUtils.h.

Referenced by addVCallToSet().

◆ Offset

uint64_t llvm::DevirtCallSite::Offset

The offset from the address point to the virtual function.

Definition at line 35 of file TypeMetadataUtils.h.

Referenced by addVCallToSet().


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