struct FunctionSummary::VFuncId
Declaration
struct FunctionSummary::VFuncId { /* full declaration omitted */ };
Description
An "identifier" for a virtual function. This contains the type identifier represented as a GUID and the offset from the address point to the virtual function pointer, where "address point" is as defined in the Itanium ABI: https://itanium-cxx-abi.github.io/cxx-abi/abi.html#vtable-general
Declared at: llvm/include/llvm/IR/ModuleSummaryIndex.h:528
Member Variables
- public GlobalValue::GUID GUID
- public uint64_t Offset