Searched refs:TypeMemberInfo (Results 1 – 2 of 2) sorted by relevance
106 struct TypeMemberInfo { struct113 bool operator<(const TypeMemberInfo &other) const { argument120 VirtualCallTarget(Function *Fn, const TypeMemberInfo *TM);123 VirtualCallTarget(const TypeMemberInfo *TM, bool IsBigEndian) in VirtualCallTarget()131 const TypeMemberInfo *TM;
302 VirtualCallTarget::VirtualCallTarget(Function *Fn, const TypeMemberInfo *TM) in VirtualCallTarget()564 DenseMap<Metadata *, std::set<TypeMemberInfo>> &TypeIdMap);567 const std::set<TypeMemberInfo> &TypeMemberInfos,616 Constant *getMemberAddr(const TypeMemberInfo *M);938 DenseMap<Metadata *, std::set<TypeMemberInfo>> &TypeIdMap) { in buildTypeIdentifierMap()972 const std::set<TypeMemberInfo> &TypeMemberInfos, uint64_t ByteOffset) { in tryFindVirtualCallTargets()973 for (const TypeMemberInfo &TM : TypeMemberInfos) { in tryFindVirtualCallTargets()1543 Constant *DevirtModule::getMemberAddr(const TypeMemberInfo *M) { in getMemberAddr()1555 const TypeMemberInfo *UniqueMember = nullptr; in tryUniqueRetValOpt()1783 DenseMap<Metadata *, std::set<TypeMemberInfo>> &TypeIdMap) { in scanTypeTestUsers()[all …]