Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
HDCodeViewDebug.cpp2145 unsigned VSlotCount = in lowerTypeVFTableShape() local
2147 SmallVector<VFTableSlotKind, 4> Slots(VSlotCount, VFTableSlotKind::Near); in lowerTypeVFTableShape()
/freebsd-14-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGDebugInfo.cpp2546 unsigned VSlotCount = in CollectVTableInfo() local
2548 unsigned VTableWidth = PtrWidth * VSlotCount; in CollectVTableInfo()