struct DevirtCallSite
Declaration
struct DevirtCallSite { /* full declaration omitted */ };
Description
A call site that could be devirtualized.
Declared at: llvm/include/llvm/Analysis/TypeMetadataUtils.h:32
Member Variables
- public uint64_t Offset
- The offset from the address point to the virtual function.
- public llvm::CallSite CS
- The call site itself.