Searched refs:MethodInfo (Results 1 – 1 of 1) sorted by relevance
837 struct MethodInfo { struct in __anon8b019dcd0111::ItaniumVTableBuilder849 MethodInfo(CharUnits BaseOffset, CharUnits BaseOffsetInLayoutClass, in MethodInfo() function855 MethodInfo() in MethodInfo() function860 MethodInfo(MethodInfo const&) = default;863 typedef llvm::DenseMap<const CXXMethodDecl *, MethodInfo> MethodInfoMapTy;1116 const MethodInfo &MethodInfo = MI.second; in ComputeThisAdjustments() local1119 uint64_t VTableIndex = MethodInfo.VTableIndex; in ComputeThisAdjustments()1126 Overriders.getOverrider(MD, MethodInfo.BaseOffset); in ComputeThisAdjustments()1129 if (MethodInfo.BaseOffsetInLayoutClass == Overrider.Offset) { in ComputeThisAdjustments()1140 ComputeThisAdjustment(MD, MethodInfo.BaseOffsetInLayoutClass, Overrider); in ComputeThisAdjustments()[all …]