Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DVTableBuilder.cpp836 struct MethodInfo { struct in __anon702cc0260111::ItaniumVTableBuilder
854 MethodInfo() in MethodInfo() argument
859 MethodInfo(MethodInfo const&) = default;
1115 const MethodInfo &MethodInfo = MI.second; in ComputeThisAdjustments() local
1513 MethodInfo MethodInfo(Base.getBaseOffset(), BaseOffsetInLayoutClass, in AddMethods() local
1584 MethodInfo MethodInfo(Base.getBaseOffset(), BaseOffsetInLayoutClass, in AddMethods() local
1684 const MethodInfo &MI = I.second; in LayoutPrimaryAndSecondaryVTables()
2450 struct MethodInfo { struct in __anon702cc0260611::VFTableBuilder
2472 MethodInfo() in MethodInfo() function
2551 const MethodInfo &MI = I.second; in LayoutVFTable()
[all …]
/llvm-project-15.0.7/bolt/lib/Passes/
H A DIndirectCallPromotion.cpp1341 MethodInfoType MethodInfo; in runOnFunctions() local
1344 MethodInfo = maybeGetVtableSyms(*BB, Inst, SymTargets); in runOnFunctions()
1345 TotalMethodLoadsEliminated += MethodInfo.first.empty() ? 0 : 1; in runOnFunctions()
1348 << (!MethodInfo.first.empty() ? "found" : "did not find") in runOnFunctions()
1352 MethodInfo.second.push_back(TargetFetchInst); in runOnFunctions()
1359 MethodInfo.second, BC.Ctx.get()) in runOnFunctions()
1361 Inst, SymTargets, MethodInfo.first, MethodInfo.second, in runOnFunctions()
1389 rewriteCall(*BB, Inst, std::move(ICPcode), MethodInfo.second); in runOnFunctions()