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

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

#include <TypeMetadataUtils.h>

Collaboration diagram for llvm::DevirtCallSite:
[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 24 of file TypeMetadataUtils.h.

Member Data Documentation

CallSite llvm::DevirtCallSite::CS

The call site itself.

Definition at line 28 of file TypeMetadataUtils.h.

uint64_t llvm::DevirtCallSite::Offset

The offset from the address point to the virtual function.

Definition at line 26 of file TypeMetadataUtils.h.


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