LLVM
8.0.1
|
#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. More... | |
Definition at line 765 of file ModuleSummaryIndex.h.
TypeTestResolution llvm::TypeIdSummary::TTRes |
Definition at line 766 of file ModuleSummaryIndex.h.
Referenced by FunctionNumber(), getTTResKindName(), isKnownTypeIdMember(), llvm::yaml::MappingTraits< TypeIdSummary >::mapping(), parseTypeIdSummaryRecord(), and writeTypeIdSummaryRecord().
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 770 of file ModuleSummaryIndex.h.
Referenced by FunctionNumber(), getTTResKindName(), llvm::yaml::MappingTraits< TypeIdSummary >::mapping(), parseWholeProgramDevirtResolution(), llvm::WholeProgramDevirtPass::run(), and writeTypeIdSummaryRecord().