Home
last modified time | relevance | path

Searched defs: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
838 const CharUnits BaseOffset;
846 const uint64_t VTableIndex;
848 MethodInfo(CharUnits BaseOffset, CharUnits BaseOffsetInLayoutClass, in MethodInfo() argument
854 MethodInfo() in MethodInfo() function
2450 struct MethodInfo { struct in __anon702cc0260611::VFTableBuilder
2453 const uint64_t VBTableIndex;
2461 bool Shadowed;
2465 bool UsesExtraSlot;
2467 MethodInfo(uint64_t VBTableIndex, uint64_t VFTableIndex, in MethodInfo() argument
[all …]
/llvm-project-15.0.7/bolt/lib/Passes/
H A DIndirectCallPromotion.cpp1341 MethodInfoType MethodInfo; in runOnFunctions() local