struct TypeIdSummary
Declaration
struct TypeIdSummary { /* full declaration omitted */ };
Declared at: llvm/include/llvm/IR/ModuleSummaryIndex.h:865
Member Variables
- public llvm::TypeTestResolution TTRes
- public std::map<uint64_t, WholeProgramDevirtResolution> WPDRes
- Mapping from byte offset to whole-program devirt resolution for that (typeid, byte offset) pair.