LLVM: llvm::TypeIdSummary Struct Reference (original) (raw)

#include "[llvm/IR/ModuleSummaryIndex.h](ModuleSummaryIndex%5F8h%5Fsource.html)"

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

Detailed Description

Definition at line 1322 of file ModuleSummaryIndex.h.

Member Data Documentation

TTRes

TypeTestResolution llvm::TypeIdSummary::TTRes

Definition at line 1323 of file ModuleSummaryIndex.h.

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

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 1327 of file ModuleSummaryIndex.h.

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


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