LLVM 19.0.0git
Public Attributes | List of all members
llvm::TypeIdSummary Struct Reference

#include "llvm/IR/ModuleSummaryIndex.h"

Public Attributes

TypeTestResolution TTRes
 
std::map< uint64_t, WholeProgramDevirtResolutionWPDRes
 Mapping from byte offset to whole-program devirt resolution for that (typeid, byte offset) pair.
 

Detailed Description

Definition at line 1229 of file ModuleSummaryIndex.h.

Member Data Documentation

◆ TTRes

TypeTestResolution llvm::TypeIdSummary::TTRes

◆ WPDRes

std::map<uint64_t, WholeProgramDevirtResolution> llvm::TypeIdSummary::WPDRes

Mapping from byte offset to whole-program devirt resolution for that (typeid, byte offset) pair.

Definition at line 1234 of file ModuleSummaryIndex.h.

Referenced by llvm::yaml::MappingTraits< TypeIdSummary >::mapping(), and parseWholeProgramDevirtResolution().


The documentation for this struct was generated from the following file: