Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp2112 unsigned VSlotCount = in lowerTypeVFTableShape() local
2114 SmallVector<VFTableSlotKind, 4> Slots(VSlotCount, VFTableSlotKind::Near); in lowerTypeVFTableShape()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGDebugInfo.cpp2308 unsigned VSlotCount = in CollectVTableInfo() local
2310 unsigned VTableWidth = PtrWidth * VSlotCount; in CollectVTableInfo()