LLVM 20.0.0git
|
#include "llvm/IR/ModuleSummaryIndex.h"
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. | |
Definition at line 1271 of file ModuleSummaryIndex.h.
TypeTestResolution llvm::TypeIdSummary::TTRes |
Definition at line 1272 of file ModuleSummaryIndex.h.
Referenced by llvm::yaml::MappingTraits< TypeIdSummary >::mapping(), and parseTypeIdSummaryRecord().
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 1276 of file ModuleSummaryIndex.h.
Referenced by llvm::yaml::MappingTraits< TypeIdSummary >::mapping(), and parseWholeProgramDevirtResolution().