Home
last modified time | relevance | path

Searched refs:MethodInfo (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DVTableBuilder.cpp837 struct MethodInfo { struct in __anon8b019dcd0111::ItaniumVTableBuilder
849 MethodInfo(CharUnits BaseOffset, CharUnits BaseOffsetInLayoutClass, in MethodInfo() function
855 MethodInfo() in MethodInfo() function
860 MethodInfo(MethodInfo const&) = default;
863 typedef llvm::DenseMap<const CXXMethodDecl *, MethodInfo> MethodInfoMapTy;
1116 const MethodInfo &MethodInfo = MI.second; in ComputeThisAdjustments() local
1119 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 …]