Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp2145 unsigned VSlotCount = in lowerTypeVFTableShape() local
2147 SmallVector<VFTableSlotKind, 4> Slots(VSlotCount, VFTableSlotKind::Near); in lowerTypeVFTableShape()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp2420 unsigned VSlotCount = in CollectVTableInfo() local
2422 unsigned VTableWidth = PtrWidth * VSlotCount; in CollectVTableInfo()