Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1986 unsigned VSlotCount = in lowerTypeVFTableShape() local
1988 SmallVector<VFTableSlotKind, 4> Slots(VSlotCount, VFTableSlotKind::Near); in lowerTypeVFTableShape()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGDebugInfo.cpp2190 unsigned VSlotCount = in CollectVTableInfo() local
2192 unsigned VTableWidth = PtrWidth * VSlotCount; in CollectVTableInfo()