struct TypeIdSummary

Declaration

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

Declared at: llvm/include/llvm/IR/ModuleSummaryIndex.h:1033

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.