struct DevirtCallSite

Declaration

struct DevirtCallSite { /* full declaration omitted */ };

Description

A call site that could be devirtualized.

Declared at: llvm/include/llvm/Analysis/TypeMetadataUtils.h:38

Member Variables

public uint64_t Offset
The offset from the address point to the virtual function.
public llvm::CallBase& CB
The call site itself.